Files
szurubooru/entrypoint.sh.tmpl
Amras 1a525a89ff First Working build
Fixed a few network+volume issues, so the service actually starts up.

Also added a handful of permissions env variables to start with
2023-10-07 20:11:27 +00:00

9 lines
141 B
Bash

#!/bin/sh
echo "Running Entrypoint"
set -e
export "POSTGRES_PASSWORD=`cat $POSTGRES_PASSWORD_FILE`"
cd /opt/app/
exec ./docker-start.sh $@