diff --git a/readme.md b/readme.md index f16a7b7..7a1b04b 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,10 @@ git clone https://repo.gabrielkheisa.xyz/gabrielkheisa/meme-generator.git git checkout docker -

4. Bash into container

+

4. Bash into container, to run it as detached output (in background) use screen

+
+screen
+
 docker exec -u root -t -i some-app /bin/bash
 
@@ -96,7 +99,7 @@ exit; cd /var/www/html/meme-generator -

8. Run the Python script

+

8. Run the Python script, detach from screen by pressing Ctrl + A then Ctrl + D

 python3 renderDB.py
 
\ No newline at end of file