moved to deckbuild

This commit is contained in:
Witherking25 2023-02-17 20:31:32 +00:00
commit 54ba277a12
18 changed files with 590 additions and 107 deletions

8
python/entrypoint.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
if [ -f /.dockerenv ]; then
apk add --no-cache python3 py3-pip
fi
pip3 install stickytape
stickytape src/py/main.py > main.py