Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Aug 23, 2024
1 parent ff98b32 commit e694447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ FROM eclipse-temurin:21-jre

ENV TZ=Europe/Berlin

RUN useradd -ms /bin/bash ardoco
USER ardoco
WORKDIR /metrics
COPY --from=builder /metrics/rest/target/rest-*.jar rest.jar
Expand Down

0 comments on commit e694447

Please sign in to comment.