From 4e2c444da3557292347eea2358e9dccbdaf4c0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Thu, 15 May 2025 09:18:49 +0200 Subject: [PATCH] fix: expose port 4000 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 49868ad..edda3ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,6 +92,7 @@ COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/putzplan ./ USER nobody ENV DATABASE=${DATABASE} +EXPOSE 4000 # If using an environment that doesn't automatically reap zombie processes, it is # advised to add an init process such as tini via `apt-get install`