Dockerfile: run app instead of recompiling
This commit is contained in:
parent
90f2536e41
commit
fbfe757c9e
@ -6,4 +6,4 @@ RUN npx patch-package
|
|||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 3001
|
EXPOSE 3001
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
CMD ["npm", "start"]
|
CMD ["node", "dist/start.js"]
|
Loading…
x
Reference in New Issue
Block a user