Skip to content

Commit

Permalink
fix: wrong path in start.sh (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Oct 27, 2022
1 parent cbe3e1e commit ea9f3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosted/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

nginx

gunicorn --worker-class gevent --bind 0.0.0.0:4555 server.eb.app:application --timeout 60
gunicorn --worker-class gevent --bind 0.0.0.0:4555 server.app:application --timeout 60
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean:
.PHONY: unit-test
unit-test:
PYTHONWARNINGS=ignore:ResourceWarning coverage run \
--source=app,common,compute,dataset,eb \
--source=app,common,compute,dataset \
--omit=.coverage,venv \
-m unittest discover \
--start-directory tests/unit \
Expand Down

0 comments on commit ea9f3e4

Please sign in to comment.