Split geckodriver and python for cleaner containers

This commit is contained in:
Remy Moll
2022-06-16 11:58:28 +02:00
parent 87d65fc988
commit ac9e988af3
6 changed files with 37 additions and 28 deletions

View File

@@ -51,7 +51,8 @@ All relevant passthroughs and mounts are specified through the env-file, for whi
For the debug env-file, you will likely want interactivity, so you need to run:
`docker compose --env-file env/debug run auto_news`
`docker compose --env-file env/debug up -d && docker compose --env-file env/debug exec auto_news bash && docker compose --env-file env/debug down`
<!-- > Note:
>