HF: fix Dockerfile
All checks were successful
Build and Publish / check-chart (push) Successful in 26s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 3m7s

This commit is contained in:
2025-07-20 11:44:25 -04:00
parent 728d776079
commit 0e5e6a380a

View File

@ -22,6 +22,6 @@ ARG APP_NAME=go-server-with-otel
WORKDIR /app
USER 100:101
COPY --from=build --chown=100:101 /app/${APP_NAME} /app/
COPY --from=build --chown=100:101 /app/${APP_NAME} /app/app
ENTRYPOINT [ "/app/${APP_NAME}" ]
ENTRYPOINT [ "/app/app" ]