fix: update Dockerfile to change ENTRYPOINT to CMD for nginx

This commit is contained in:
2025-08-26 00:53:52 +02:00
parent 27d308ad9c
commit 78d205c320
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ COPY --from=builder /app/static /usr/share/nginx/html
# Default nginx port
EXPOSE 80
ENTRYPOINT ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]