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 e98c243 commit fd549a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/livebook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN wget "https://ziglang.org/download/0.13.0/zig-linux-aarch64-0.13.0.tar.xz" -
&& rm "zig-linux.tar.xz"
ENV PATH=/usr/local/zig-linux:${PATH}

FROM scratch AS build
# FROM scratch AS build
COPY . /src
WORKDIR /src
ENV MIX_ENV=prod
Expand Down

0 comments on commit fd549a2

Please sign in to comment.