mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-30 23:36:39 +08:00
Suggest livebook stable instead of edge (#2258)
This commit is contained in:
parent
30db2ce574
commit
58cc503683
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
You can deploy Livebook inside your infrastructure using Docker. The Dockerfile below provides a great starting point:
|
You can deploy Livebook inside your infrastructure using Docker. The Dockerfile below provides a great starting point:
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM ghcr.io/livebook-dev/livebook:edge
|
FROM ghcr.io/livebook-dev/livebook
|
||||||
|
|
||||||
# Configure your port accordingly
|
# Configure your port accordingly
|
||||||
ENV LIVEBOOK_PORT 7860
|
ENV LIVEBOOK_PORT 7860
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue