diff --git a/Dockerfile b/Dockerfile index 787e1cc..315af09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN yarn run build # étape de production FROM nginx:stable-alpine as production-stage -COPY --from=build-stage /app/dist /usr/share/nginx/html +COPY --from=build-stage /app/dist ./dist CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file