SecretSanta / build_docker.sh
tschm's picture
build_docker test script
061c427
raw
history blame contribute delete
85 Bytes
#!/bin/bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app