Skip to content

Commit

Permalink
usr local bin
Browse files Browse the repository at this point in the history
  • Loading branch information
babdor committed May 2, 2024
1 parent e048f6a commit e6dfb87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:jammy

COPY hello-world /hello-world
COPY hello-world /usr/local/bin/hello-world

RUN chmod +x /hello-world
RUN chmod +x /usr/local/bin/hello-world

EXPOSE 8080

ENTRYPOINT [ "/hello-world", "-c" ]
ENTRYPOINT [ "hello-world" ]

0 comments on commit e6dfb87

Please sign in to comment.