fix: expose port 4000

This commit is contained in:
Moritz Böhme 2025-05-15 09:18:49 +02:00
parent 25ad803912
commit 4e2c444da3
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -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`