diff --git a/Dockerfile b/Dockerfile index e583510..c799cf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,4 +94,5 @@ USER nobody # above and adding an entrypoint. See https://github.com/krallin/tini for details # ENTRYPOINT ["/tini", "--"] +EXPOSE 8080:8080 CMD ["/app/bin/server"]