dockerignore and do primsa generate
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
pgdata
|
||||
.env
|
||||
.devcontainer
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
README.md
|
||||
+1
-3
@@ -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
|
||||
Reference in New Issue
Block a user