Skip to content

Commit

Permalink
OCTOPUS-269 Add user to the dockerfile (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonophore committed Sep 13, 2023
1 parent 79f98f7 commit 02a14ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components-registry-service-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app

USER root
RUN chmod 777 -R /tmp
RUN adduser jboss
USER jboss

EXPOSE 4567
Expand Down

0 comments on commit 02a14ed

Please sign in to comment.