Skip to content

Commit

Permalink
Stop script on error
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jun 18, 2024
1 parent 44c0088 commit 52e06d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
set -e
python pypi_scout/scripts/setup.py --no-upsert
uvicorn pypi_scout.api.main:app --host 0.0.0.0 --port 8000

0 comments on commit 52e06d3

Please sign in to comment.