This commit is contained in:
2022-05-27 11:21:49 +03:00
commit ca80875372
14 changed files with 438 additions and 0 deletions

6
code/start.me Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
useradd --no-create-home -u $UID user
exec runuser user -m -c 'gunicorn -b 0.0.0.0:8080 -w 4 labeler:app'