Skip to content

Commit

Permalink
Remove debug for Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
cant-code committed Mar 25, 2024
1 parent c321380 commit f9db31b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ COPY ./bin/app /bin
RUN chown appuser /bin/app
RUN chmod +x /bin/app

RUN ls -l /bin

USER appuser

# Expose the port that the application listens on.
Expand Down

0 comments on commit f9db31b

Please sign in to comment.