mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-13 16:25:13 +08:00
Change default Livebook home path for Docker (#1191)
This commit is contained in:
parent
22811c10bf
commit
07a75887e0
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ RUN mix local.hex --force && \
|
|||
# can be accessed outside the container by binding ports
|
||||
ENV LIVEBOOK_IP 0.0.0.0
|
||||
|
||||
ENV LIVEBOOK_HOME=/data
|
||||
|
||||
# Copy the release build from the previous stage
|
||||
COPY --from=build /app/_build/prod/rel/livebook /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue