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
View File
@@ -0,0 +1,7 @@
node_modules
pgdata
.env
.devcontainer
docker-compose.yml
Dockerfile
README.md
+1 -3
View File
@@ -21,9 +21,7 @@ RUN npx playwright install-deps
COPY . .
RUN yarn prisma generate
RUN yarn build
CMD yarn prisma migrate deploy && yarn start
# RUN apt-get update && apt-get install \
# git