We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bca48f commit a349b0eCopy full SHA for a349b0e
Dockerfile
@@ -27,7 +27,7 @@ ENV USER=container \
27
HTTP_PORT=80 \
28
DOCKER=true
29
WORKDIR /home/container
30
-COPY --from=builder /build /app
+COPY --from=builder --chown=container:container --chmod=777 /build /app
31
EXPOSE ${HTTP_PORT}/tcp
32
ENTRYPOINT [ "/app/scripts/start.sh" ]
33
HEALTHCHECK --interval=15s --timeout=5s --start-period=60s \
0 commit comments