From c0ce9b4b33ed0a9a69060a9d1f164b03fe4bebc5 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Wed, 31 Jul 2024 16:48:54 +0200 Subject: [PATCH] Chore : remove useless declaration from Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a13d48b..771933e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,4 @@ RUN --mount=type=secret,id=NUXT_PUBLIC_WEBSOCKET_ENDPOINT \ # étape de production FROM nginx:stable-alpine as production-stage COPY --from=build-stage /app/.output/public /usr/share/nginx/html -COPY ./nginx.conf /etc/nginx/conf.d/default.conf -EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +COPY ./nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file