From 5454328919dcebc11200a903afa47cc1da8c0b88 Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Thu, 13 Jan 2022 21:42:51 +0100 Subject: [PATCH] :green_heart: ... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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