Skip to content

Commit

Permalink
Debug Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
cant-code committed Mar 25, 2024
1 parent ec4c725 commit 6896e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN adduser \
--no-create-home \
--uid "${UID}" \
appuser
USER appuser

# Copy the executable from the "build" stage.
COPY ./bin/app /bin
Expand All @@ -40,6 +39,8 @@ RUN chown appuser /bin/app

RUN ls -l /bin

USER appuser

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

Expand Down

0 comments on commit 6896e3a

Please sign in to comment.