mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-13 10:39:33 +01:00
fix: change CMD to ENTRYPOINT in Dockerfile for nginx
This commit is contained in:
@@ -18,4 +18,4 @@ COPY --from=builder /app/static /usr/share/nginx/html
|
|||||||
# Default nginx port
|
# Default nginx port
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||||
|
|||||||
Reference in New Issue
Block a user