Files
lemmy/entrypoint.sh
2022-03-25 01:24:24 +02:00

9 lines
185 B
Bash

#!/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