mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-18 09:27:14 +08:00
Fixes airgapped Dockerfile
Setting a default ARG value needs `=`
This commit is contained in:
parent
c39902cd3a
commit
1ab1dcc8c2
1 changed files with 2 additions and 2 deletions
|
@ -457,8 +457,8 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do
|
|||
base =
|
||||
"""
|
||||
FROM ghcr.io/livebook-dev/livebook:#{version}
|
||||
ARG APPS_PATH /path/to/my/notebooks
|
||||
ARG TEAMS_KEY "#{socket.assigns.hub.teams_key}"
|
||||
ARG APPS_PATH=/path/to/my/notebooks
|
||||
ARG TEAMS_KEY="#{socket.assigns.hub.teams_key}"
|
||||
|
||||
ENV LIVEBOOK_TEAMS_KEY ${TEAMS_KEY}
|
||||
ENV LIVEBOOK_TEAMS_NAME "#{socket.assigns.hub.hub_name}"
|
||||
|
|
Loading…
Add table
Reference in a new issue