gotosocial/entrypoint.sh

8 lines
110 B
Bash
Raw Permalink Normal View History

2021-06-26 18:47:18 +00:00
#!/bin/sh
2021-06-26 18:18:41 +00:00
set -e
2021-06-26 18:47:18 +00:00
export GTS_DB_PASSWORD=$(cat "$GTS_DB_PASSWORD_FILE")
2021-06-26 18:18:41 +00:00
2021-06-26 18:47:18 +00:00
/gotosocial/gotosocial server start