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

This commit is contained in:
2021-11-29 15:26:44 +01:00
parent 7c3fac227f
commit e40d94a107
Regular → Executable
+1 -1
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