mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-20 01:43:57 +00:00
build: slim down the docker container (#60)
Co-authored-by: Ushie <ushiekane@gmail.com>
This commit is contained in:
1
docker/run-backend.sh
Executable file
1
docker/run-backend.sh
Executable file
@@ -0,0 +1 @@
|
||||
python3 -m sanic /usr/src/app --fast --access-logs --motd --noisy-exceptions -H 0.0.0.0
|
||||
1
docker/run-healthcheck.sh
Executable file
1
docker/run-healthcheck.sh
Executable file
@@ -0,0 +1 @@
|
||||
curl --fail http://0.0.0.0:8000/docs
|
||||
Reference in New Issue
Block a user