From cf4e0308263f66fdcaed1a882a55c000d2600161 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Thu, 8 Feb 2024 15:39:38 +0000 Subject: [PATCH] Use python3 in run files so it works on the server --- run.sh | 2 +- run_develop.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 83334d1..08e05cc 100644 --- a/run.sh +++ b/run.sh @@ -1,2 +1,2 @@ -python configure.py +python3 configure.py docker-compose up -d diff --git a/run_develop.sh b/run_develop.sh index 5a82aac..1d6bf5e 100644 --- a/run_develop.sh +++ b/run_develop.sh @@ -1,2 +1,2 @@ -python configure.py develop +python3 configure.py develop docker-compose up -d