From 5d7559c38a6ff4b80d94287eb636eb82b0b4b443 Mon Sep 17 00:00:00 2001 From: Kasper Vaessen Date: Thu, 5 Dec 2024 23:18:31 +0100 Subject: [PATCH] expose port again --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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"]