Skip to content

Commit

Permalink
Use python3 in run files so it works on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Feb 8, 2024
1 parent 6ab7869 commit cf4e030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python configure.py
python3 configure.py
docker-compose up -d
2 changes: 1 addition & 1 deletion run_develop.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python configure.py develop
python3 configure.py develop
docker-compose up -d

0 comments on commit cf4e030

Please sign in to comment.