Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpidCrypto committed Feb 28, 2024
1 parent 448f707 commit ba115e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
FROM mcr.microsoft.com/devcontainers/rust:1

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends postgresql-client \
&& cargo install sea-orm-cli cargo-insta \
&& chown -R vscode /usr/local/cargo
&& apt-get -y install --no-install-recommends postgresql-client \
&& cargo install sea-orm-cli cargo-insta \
&& chown -R vscode /usr/local/cargo

# Install sea-orm-cli
RUN cargo install sea-orm-cli

# Install Node.js and npm
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### .devcontainer
- [ ] Adjust $POSTGRES_DB
- [ ] Adjust $DATABASE_URL
- [ ] Adjust $USER_DATABASE_URL
- [ ] Rename Devcontainer
- [ ] Adjust Ports
### Config
Expand Down

0 comments on commit ba115e6

Please sign in to comment.