From 22bf104b42c894edb4b328eb62c2a88bf8a502cf Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Thu, 13 Jan 2022 21:57:52 +0100 Subject: [PATCH] :green_heart: I will have enough commits to write Harry Potter --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6e8d36a..bf9ab82 100644 --- a/Dockerfile +++ b/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"] \ No newline at end of file