mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-19 21:24:27 +00:00
4 lines
73 B
Bash
4 lines
73 B
Bash
|
#!/bin/sh
|
||
|
inv update
|
||
|
exec supervisord -n -c misc/docker-supervisord.conf
|