Spaces:
Runtime error
Runtime error
File size: 199 Bytes
f571c33 |
1 2 3 4 5 |
#!/usr/bin/env bash
# CMD ["datasette", "/code/data/*.db", "-m", "/code/metadata.yml", "--host", "0.0.0.0", "--port", "7860"]
datasette /code/*.db -m /code/metadata.yml --host "0.0.0.0" --port 7860 |