dump current state (wip-ish)
This commit is contained in:
parent
0124c35472
commit
51fb1c9f26
46 changed files with 3749 additions and 0 deletions
5
docker/entrypoint.sh
Executable file
5
docker/entrypoint.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -eu
|
||||
|
||||
export PYTHONPATH=/var
|
||||
export MUSL_LOCPATH=/usr/share/i18n/locales/musl
|
||||
python3 -m hotdog --config /data/config.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue