1
0
mirror of https://github.com/Luzifer/wiki.git synced 2024-09-18 23:23:00 +00:00
wiki/docker-entrypoint.sh

7 lines
118 B
Bash
Raw Permalink Normal View History

#!/usr/local/bin/dumb-init /bin/bash
set -euo pipefail
chown wiki: "${DATA_DIR}"
exec gosu wiki /usr/local/bin/wiki