Suggest livebook stable instead of edge (#2258)

This commit is contained in:
Hugo Baraúna 2023-10-06 14:15:47 -03:00 committed by GitHub
parent 30db2ce574
commit 58cc503683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
You can deploy Livebook inside your infrastructure using Docker. The Dockerfile below provides a great starting point:
```dockerfile
FROM ghcr.io/livebook-dev/livebook:edge
FROM ghcr.io/livebook-dev/livebook
# Configure your port accordingly
ENV LIVEBOOK_PORT 7860