federatedwiki/entrypoint.sh

8 lines
104 B
Bash

#!/bin/sh
if [ ! -f .wiki/config.json ]; then
cp config/config.json .wiki/config.json
fi
wiki --farm