8 lines
167 B
Plaintext
Executable File
8 lines
167 B
Plaintext
Executable File
#!/bin/execlineb -P
|
|
|
|
cd /srv/taarifa
|
|
fdmove -c 2 1
|
|
s6-setuidgid taarifa
|
|
export MONGO_URI mongodb://taarifa-mongodb/taarifa
|
|
gunicorn -b 0.0.0.0 taarifa_waterpoints:app
|