feat: created a base form with some validators
This commit is contained in:
3
entrypoint.sh
Normal file
3
entrypoint.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
gunicorn app:app --bind "0.0.0.0:80" -w 2
|
||||
Reference in New Issue
Block a user