diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ WORKDIR /history RUN ./gradlew assemble FROM eclipse-temurin:17-jre-alpine +USER nobody ARG JAR_FILE=/history/app/build/libs/app.jar COPY --from=builder ${JAR_FILE} app.jar EXPOSE 9080 |