services/templates/gotosocial/entrypoint.sh.gotmpl

10 lines
200 B
Go Template
Raw Permalink Normal View History

#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
mkdir -p {{ .GoToSocial.DataContainerDirectory }}/database
exec gotosocial --config-path /flow/gts/config/config.yaml server start