Skip to content

Commit

Permalink
one step at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Apr 30, 2024
1 parent e61be04 commit c016968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labapp/labapp_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
fi
# Install required Python packages
pip3 install -r requirements.txt
pip3 install -r labapp/app/requirements.txt
# Start the Gunicorn server
export UDF="true" && gunicorn --workers 4 --chdir labapp/app --bind 0.0.0.0:1337 app:app
Expand Down

0 comments on commit c016968

Please sign in to comment.