Change default Livebook home path for Docker (#1191)

This commit is contained in:
Jonatan Kłosko 2022-05-16 22:14:39 +02:00 committed by GitHub
parent 22811c10bf
commit 07a75887e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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