fix: expose port 4000
This commit is contained in:
parent
25ad803912
commit
4e2c444da3
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/putzplan ./
|
||||||
USER nobody
|
USER nobody
|
||||||
|
|
||||||
ENV DATABASE=${DATABASE}
|
ENV DATABASE=${DATABASE}
|
||||||
|
EXPOSE 4000
|
||||||
|
|
||||||
# If using an environment that doesn't automatically reap zombie processes, it is
|
# 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`
|
# advised to add an init process such as tini via `apt-get install`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue