Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -9,4 +9,6 @@ COPY prisma ./prisma/ | ... | @@ -9,4 +9,6 @@ COPY prisma ./prisma/ |
9 | 9 | ||
10 | RUN npm install && npx prisma generate | 10 | RUN npm install && npx prisma generate |
11 | 11 | ||
12 | -CMD ["npm","run","dev"] | 12 | +CMD ["npm","start"] |
13 | + | ||
14 | +COPY . . | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment