mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 13:43:05 +08:00
Update Dockerfile to avoid deprecated syntax
This commit is contained in:
parent
1497249930
commit
644672d7da
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ RUN mix local.hex --force && \
|
||||||
|
|
||||||
# Override the default 127.0.0.1 address, so that the app
|
# Override the default 127.0.0.1 address, so that the app
|
||||||
# can be accessed outside the container by binding ports
|
# can be accessed outside the container by binding ports
|
||||||
ENV LIVEBOOK_IP "::"
|
ENV LIVEBOOK_IP="::"
|
||||||
|
|
||||||
ENV LIVEBOOK_HOME=/data
|
ENV LIVEBOOK_HOME=/data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue