Browse Source

💚 I will have enough commits to write Harry Potter

main
Anatole-DC 4 years ago
parent
commit
22bf104b42
  1. 1
      Dockerfile

1
Dockerfile

@ -8,5 +8,6 @@ RUN yarn run build
# étape de production
FROM node:lts-alpine as production-stage
COPY . .
COPY --from=build-stage /app/dist ./dist
CMD ["node", "dist/main"]
Loading…
Cancel
Save