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
Raw 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