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