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