Run on port 8000 in docker
This commit is contained in:
parent
009dea438f
commit
c686cba0c4
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ COPY --from=builder /sources/target/release/bin /pastebin
|
||||||
|
|
||||||
USER nobody
|
USER nobody
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
ENTRYPOINT ["/pastebin"]
|
ENTRYPOINT ["/pastebin", "0.0.0.0:8000"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue