9 lines
74 B
Bash
Executable file
9 lines
74 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
cd "$RUN_DIR"
|
|
|
|
set -x
|
|
|
|
"$RUN_BIN" build
|
|
|
|
exec honcho start
|