Skip to content

Commit

Permalink
Attempted fix for internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Aug 26, 2024
1 parent bbe3ba4 commit db9f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER myLowPrivilegeUser
ARG JAR_LIB_FILE=./app/build/libs/app-all.jar

# Create directory and switch to it
WORKDIR /home/myLowPrivilegeUser/app/
WORKDIR /home/myLowPrivilegeUser/app

# Add application JAR to created folder
COPY --chown=myLowPrivilegeUser ${JAR_LIB_FILE} app.jar
Expand Down

0 comments on commit db9f177

Please sign in to comment.