Skip to content

Commit

Permalink
adding entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltejeda committed May 25, 2022
1 parent b4112a4 commit d841cbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
uwsgi --http 0.0.0.0:9090 --wsgi-file /code/app.py --callable app

0 comments on commit d841cbd

Please sign in to comment.