mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-11 09:59:33 +01:00
fix: update Dockerfile to change ENTRYPOINT to CMD for nginx
This commit is contained in:
2
.github/workflows/BuildAndPushCotnainer.yml
vendored
2
.github/workflows/BuildAndPushCotnainer.yml
vendored
@@ -50,6 +50,6 @@ jobs:
|
||||
context: ./frontend
|
||||
file: ./frontend/Dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
@@ -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;"]
|
||||
|
||||
Reference in New Issue
Block a user