diff --git a/launcher.sh b/launcher.sh new file mode 100644 index 0000000..7fefcde --- /dev/null +++ b/launcher.sh @@ -0,0 +1,8 @@ +#apk add --no-cache --virtual .build-deps gcc libc-dev libxslt-dev && \ +# apk add --no-cache libxslt && \ +# pip install --no-cache-dir lxml>=3.5.0 && \ +# pip install -r requirements.txt && \ +# apk del .build-deps + +pip install -r requirements.txt +python daemon.py \ No newline at end of file