8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
#!/bin/execlineb -P
|
|
|
|
cd /srv/opendatakit-build
|
|
fdmove -c 2 1
|
|
foreground { update-ca-certificates }
|
|
s6-setuidgid odkbuild
|
|
bundle exec rackup config.ru -o 0.0.0.0 -p 8080
|