Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cant-code committed Mar 26, 2024
1 parent ac4a2fa commit bb439b8
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 @@ -35,6 +35,9 @@ RUN adduser \
# Copy the executable from the "build" stage.
COPY ./bin/app /bin

# Copy Database migrations to the container
COPY ./database /bin

# Assign file to user and give execute flag to file
RUN chown appuser /bin/app
RUN chmod +x /bin/app
Expand Down

0 comments on commit bb439b8

Please sign in to comment.