Browse Source

💚 Dockerfile update

main
Anatole-DC 4 years ago
parent
commit
edfd5c88cf
  1. 2
      Dockerfile

2
Dockerfile

@ -10,4 +10,4 @@ RUN yarn run build
FROM node:lts-alpine as production-stage
COPY . .
COPY --from=build-stage /app/dist ./dist
CMD ["node", "dist/main"]
CMD ["yarn", "dev"]
Loading…
Cancel
Save