From c88195d8d57f4bd011afdfbc6a02613428b65204 Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Tue, 25 Oct 2022 20:32:27 +0700 Subject: [PATCH] update --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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