fix(entrypoint): file now executable
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-11-29 15:26:44 +01:00
parent 7c3fac227f
commit e40d94a107

2
entrypoint.sh Normal file → Executable file
View 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