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