Update Dockerfile to avoid deprecated syntax

This commit is contained in:
Jonatan Kłosko 2024-06-25 21:12:15 +07:00
parent 1497249930
commit 644672d7da

View file

@ -80,7 +80,7 @@ RUN mix local.hex --force && \
# Override the default 127.0.0.1 address, so that the app
# can be accessed outside the container by binding ports
ENV LIVEBOOK_IP "::"
ENV LIVEBOOK_IP="::"
ENV LIVEBOOK_HOME=/data