update Dockerfile

This commit is contained in:
2025-07-08 17:13:07 -04:00
parent ac8d62a98e
commit 02dc08fb1e

View File

@ -22,6 +22,6 @@ ARG APP_NAME=class-server
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" ]