2 Commits

Author SHA1 Message Date
d5abda89a1 update Dockerfile
All checks were successful
Build and Publish / check-chart (push) Successful in 16s
Build and Publish / helm-release (push) Successful in 52s
Build and Publish / release (push) Successful in 3m44s
2025-07-08 17:13:29 -04:00
02dc08fb1e update Dockerfile 2025-07-08 17:13:07 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -22,6 +22,6 @@ ARG APP_NAME=class-server
WORKDIR /app WORKDIR /app
USER 100:101 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" ]

View File

@ -21,7 +21,7 @@ version: 0.1.3
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "v0.1.1" appVersion: "v0.1.3"
dependencies: dependencies:
- name: hull - name: hull