Chore : remove useless declaration from Dockerfile
release-tag / release-image (push) Successful in 1m52s

This commit is contained in:
2024-07-31 16:48:54 +02:00
parent 4768a09405
commit c0ce9b4b33
+1 -3
View File
@@ -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;"]
COPY ./nginx.conf /etc/nginx/conf.d/default.conf