Skip to content

Commit

Permalink
Run on port 8000 in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Jul 28, 2020
1 parent 009dea4 commit c686cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY --from=builder /sources/target/release/bin /pastebin

USER nobody
EXPOSE 8000
ENTRYPOINT ["/pastebin"]
ENTRYPOINT ["/pastebin", "0.0.0.0:8000"]

0 comments on commit c686cba

Please sign in to comment.