generated from rmcguire/go-server-with-otel
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d5abda89a1 | |||
02dc08fb1e |
@ -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" ]
|
||||
|
@ -21,7 +21,7 @@ version: 0.1.3
|
||||
# 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.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "v0.1.1"
|
||||
appVersion: "v0.1.3"
|
||||
|
||||
dependencies:
|
||||
- name: hull
|
||||
|
Reference in New Issue
Block a user