chore: dockerfile cleanup

This commit is contained in:
ThatOneCalculator 2022-12-17 09:22:25 -08:00
parent 9d3acc4786
commit 81afcce69b
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ RUN yarn plugin import workspace-tools
# Install Dependencies # Install Dependencies
RUN yarn install RUN yarn install
RUN yarn build RUN yarn rebuild
# Remove git files # Remove git files
RUN rm -rf .git RUN rm -rf .git

View File

@ -27,7 +27,7 @@ services:
db: db:
restart: always restart: always
image: docker.io/postgres:12.2-alpine image: docker.io/postgres:13.9-alpine
networks: networks:
- network - network
env_file: env_file:

View File

@ -29,7 +29,7 @@ services:
db: db:
restart: unless-stopped restart: unless-stopped
image: docker.io/postgres:12.2-alpine image: docker.io/postgres:13.9-alpine
networks: networks:
- calcnet - calcnet
env_file: env_file: