lemmy/entrypoint.sh

9 lines
185 B
Bash
Raw Normal View History

2022-03-24 23:24:24 +00:00
#!/bin/sh
if [ ! -f /config/config.hjson ]; then
cp /config/config.hjson.tmpl /config/config.hjson
fi
# https://github.com/LemmyNet/lemmy/blob/main/docker/prod/Dockerfile
/app/lemmy