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 25, 2024
1 parent 598ef84 commit d20b9d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ USER appuser
# Copy the executable from the "build" stage.
COPY ./bin/app /bin

RUN chmod +x /bin/app

# Expose the port that the application listens on.
EXPOSE 8080

Expand Down

0 comments on commit d20b9d0

Please sign in to comment.