Skip to content

Commit c016968

Browse files
author
Kevin Reynolds
committed
one step at a time
1 parent e61be04 commit c016968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labapp/labapp_installer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else
4242
fi
4343
4444
# Install required Python packages
45-
pip3 install -r requirements.txt
45+
pip3 install -r labapp/app/requirements.txt
4646
4747
# Start the Gunicorn server
4848
export UDF="true" && gunicorn --workers 4 --chdir labapp/app --bind 0.0.0.0:1337 app:app

0 commit comments

Comments
 (0)