mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-02-23 15:37:49 +01:00
4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
inv update --no-update-deps
|
|
exec supervisord -n -c misc/docker-supervisord.conf
|