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 e1983e6 commit 9bbe4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ RUN adduser \
USER appuser

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

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

# What the container should run when it is started.
ENTRYPOINT [ "/bin/app" ]
ENTRYPOINT [ "./app" ]

0 comments on commit 9bbe4cf

Please sign in to comment.