improving security on nginx

This commit is contained in:
2025-11-26 12:34:01 +02:00
parent 0d60e6c636
commit ab19958f71
2 changed files with 0 additions and 71 deletions

View File

@@ -42,8 +42,6 @@ FROM nginx:1.25.2-alpine
# copy the info of the builded web app to nginx
COPY --from=build-env /app/build/web /usr/share/nginx/html
# Expose and run nginx
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]