Skip to content

Commit

Permalink
Fixing PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jit-ci[bot] authored May 24, 2024
1 parent 179a487 commit 30a5e62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM openjdk:17

RUN addgroup --system <group>
RUN adduser --system <user> --ingroup <group>
USER <user>:<group>

EXPOSE 8080

COPY build/libs/*.jar ./
Expand Down

0 comments on commit 30a5e62

Please sign in to comment.