6 lines
132 B
Bash
6 lines
132 B
Bash
|
|
#!/bin/sh -eu
|
||
|
|
|
||
|
|
export PYTHONPATH=/var
|
||
|
|
export MUSL_LOCPATH=/usr/share/i18n/locales/musl
|
||
|
|
python3 -m hotdog --config /data/config.yaml
|