Skip to content

Commit

Permalink
Update livebook.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Dec 4, 2024
1 parent 30bd04d commit e98c243
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/livebook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ ENV PATH=/usr/local/zig-linux:${PATH}
FROM scratch AS build
COPY . /src
WORKDIR /src
RUN bash scripts/build-for-publish.sh
ENV MIX_ENV=prod
ENV ELIXIR_MAKE_CACHE_DIR=.
RUN mix deps.get
RUN elixir_make.precompile

0 comments on commit e98c243

Please sign in to comment.