mentalnet-microcontainers/start-server.sh
2025-11-23 19:02:38 -05:00

4 lines
125 B
Bash
Executable file

#!/bin/bash
export MICROCONTAINERS_SECRET_KEY="$(python3 -c 'import secrets; print(secrets.token_hex(32))')"
python3 app.py