marimo-learn / _server /README.md
mylessss's picture
server: update docker perms
5890b75

marimo learn server

This folder contains server code for hosting marimo apps.

Running the server

cd _server
uv run --no-project main.py

Building a Docker image

From the root directory, run:

docker build -t marimo-learn .

Running the Docker container

docker run -p 7860:7860 marimo-learn