2018-03-17 20:49:36 +01:00
|
|
|
#!/bin/execlineb -P
|
|
|
|
|
2018-04-21 23:06:16 +02:00
|
|
|
cd /srv/opendatakit-build
|
2018-03-17 20:49:36 +01:00
|
|
|
fdmove -c 2 1
|
2018-09-21 11:04:12 +02:00
|
|
|
foreground { update-ca-certificates }
|
2018-09-19 16:52:29 +02:00
|
|
|
s6-setuidgid odkbuild
|
2018-03-25 23:16:06 +02:00
|
|
|
bundle exec rackup config.ru -o 0.0.0.0 -p 8080
|