dockerignore and do primsa generate

This commit is contained in:
michael welnick 2023-08-03 09:21:08 -07:00
parent 922d145570
commit d3300d7cc9
2 changed files with 8 additions and 3 deletions

7
.dockerignore Normal file
View File

@ -0,0 +1,7 @@
node_modules
pgdata
.env
.devcontainer
docker-compose.yml
Dockerfile
README.md

View File

@ -21,9 +21,7 @@ RUN npx playwright install-deps
COPY . . COPY . .
RUN yarn prisma generate
RUN yarn build RUN yarn build
CMD yarn prisma migrate deploy && yarn start CMD yarn prisma migrate deploy && yarn start
# RUN apt-get update && apt-get install \
# git