This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
gotosocial/entrypoint.sh

8 lines
110 B
Bash

#!/bin/sh
set -e
export GTS_DB_PASSWORD=$(cat "$GTS_DB_PASSWORD_FILE")
/gotosocial/gotosocial server start