Skip to content

Commit

Permalink
Fix folder creation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cant-code committed Mar 26, 2024
1 parent 681df84 commit 32c61a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ RUN adduser \
--uid "${UID}" \
appuser

#Create application dir
RUN mkdir /home/application

# Copy the executable from the "build" stage.
COPY ./bin/app /home/application

Expand Down

0 comments on commit 32c61a7

Please sign in to comment.