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