diff --git a/Dockerfile b/Dockerfile index 7c62d96..df3ab05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]