4 lines
125 B
Bash
Executable file
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
|
|
|