mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-12-05 17:18:19 +01:00
Add Docker image and Docker compose
This commit is contained in:
6
docker/entrypoint.sh
Normal file
6
docker/entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh -
|
||||
|
||||
export DISPLAY=99
|
||||
#echo "Listening on :$DISPLAY"
|
||||
|
||||
xvfb-run -s "-screen 0 1920x1080x24" python -u /app/flaresolverr.py
|
||||
Reference in New Issue
Block a user