Chore : Update build configuration
release-tag / release-image (push) Successful in 29s

This commit is contained in:
2024-07-31 16:00:42 +02:00
parent 2e8046f81c
commit 4768a09405
2 changed files with 46 additions and 0 deletions
+1
View File
@@ -12,5 +12,6 @@ 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;"]