mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Update list on teams hub page
This commit is contained in:
parent
baa4dba726
commit
2cc13d8366
1 changed files with 15 additions and 9 deletions
|
@ -286,16 +286,22 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do
|
||||||
You may additionally perform the following optional steps:
|
You may additionally perform the following optional steps:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="text-gray-700 pl-1 space-y-3 list-disc list-inside">
|
<ul class="text-gray-700 space-y-3">
|
||||||
<li>
|
<li class="flex gap-2">
|
||||||
|
<div><.remix_icon icon="arrow-right-line" class="text-gray-900" /></div>
|
||||||
|
<span>
|
||||||
you may remove the default value for <code>TEAMS_KEY</code>
|
you may remove the default value for <code>TEAMS_KEY</code>
|
||||||
from your Dockerfile and set it as a build argument in your deployment
|
from your Dockerfile and set it as a build argument in your deployment
|
||||||
platform
|
platform
|
||||||
|
</span>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="flex gap-2">
|
||||||
|
<div><.remix_icon icon="arrow-right-line" class="text-gray-900" /></div>
|
||||||
|
<span>
|
||||||
if you want to debug your deployed notebooks in production, you may
|
if you want to debug your deployed notebooks in production, you may
|
||||||
set the <code>LIVEBOOK_PASSWORD</code> environment variable with a
|
set the <code>LIVEBOOK_PASSWORD</code> environment variable with a
|
||||||
value of at least 12 characters of your choice
|
value of at least 12 characters of your choice
|
||||||
|
</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue