mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-06 20:03:22 +08:00
Specify release name in Docker build
This commit is contained in:
parent
e8c80bf6a7
commit
7ae46eaa4e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ COPY lib lib
|
|||
# We need README.md during compilation
|
||||
# (look for @external_resource "README.md")
|
||||
COPY README.md README.md
|
||||
RUN mix do compile, release
|
||||
RUN mix do compile, release livebook
|
||||
|
||||
# Stage 2
|
||||
# Prepares the runtime environment and copies over the relase.
|
||||
|
|
Loading…
Reference in a new issue