Switched to docker compose and wasted hours trying to have standalone firefox
This commit is contained in:
15
env/debug
vendored
Normal file
15
env/debug
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Runs in a debugging mode, does not launch anything at all but starts a bash process
|
||||
|
||||
CONTAINER_DATA=/mnt/Data/COSS/Downloads/auto_news.container
|
||||
HOSTS_FILE=/mnt/Data/COSS/Downloads/auto_news.container/dependencies/hosts
|
||||
|
||||
CODE=./
|
||||
XAUTHORTIY=$XAUTHORTIY
|
||||
|
||||
DEBUG=true
|
||||
CHECK=false
|
||||
UPLOAD=false
|
||||
HEADLESS=false
|
||||
REDUCEDFETCH=false
|
||||
|
||||
ENTRYPOINT="sleep infinity"
|
||||
Reference in New Issue
Block a user