added cd to directory

This commit is contained in:
2023-09-03 23:43:38 -04:00
parent bc99dc411a
commit 14428af539
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -129,4 +129,4 @@ api.add_resource(jobManager, '/api/jobs')
#Runs the Flask app
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True)

0
start.sh Normal file → Executable file
View File