fix(entrypoint): file now executable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
entrypoint.sh
Normal file → Executable file
2
entrypoint.sh
Normal file → Executable file
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
gunicorn app:app --bind "0.0.0.0:80" -w 2
|
||||
gunicorn wsgi:application --bind "0.0.0.0:80" -w 2
|
||||
|
||||
Reference in New Issue
Block a user