initial
This commit is contained in:
6
code/start.me
Executable file
6
code/start.me
Executable 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'
|
||||
Reference in New Issue
Block a user