diff --git a/Dockerfile b/Dockerfile index 5038586..89b4055 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ ENV USER=container \ HTTP_HOST=0.0.0.0 \ HTTP_PORT=80 WORKDIR /home/container -COPY --from=builder /build ./ +COPY --from=builder --chown=container:container /build ./ EXPOSE ${HTTP_PORT}/tcp ENTRYPOINT [ "/home/container/scripts/start.sh" ] HEALTHCHECK --interval=15s --timeout=5s --start-period=60s \