From 9d18011859ba5f9bb11d08de8e482496823e9963 Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 27 Nov 2022 19:51:37 +0100 Subject: install before launching --- launch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/launch.sh b/launch.sh index ebbb5a5..ab54172 100755 --- a/launch.sh +++ b/launch.sh @@ -1,4 +1,5 @@ #!/bin/bash +pipenv install --deploy pipenv run python server.py -- cgit