Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAburaneh committed Jan 22, 2024
1 parent a697ef0 commit 036b5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/both/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
echo "Running process_feedback.py"
echo "Python Path: $(which python3)"
echo "PATH: $PATH"
python3 -m /app/process_feedback.py
python3 /app/process_feedback.py
echo "Starting Flask app"
flask run --host 0.0.0.0

0 comments on commit 036b5fe

Please sign in to comment.