1
0
Fork 0
BlockMap-Docker/files/docker-entrypoint.sh
2020-07-09 22:52:12 +02:00

9 lines
228 B
Bash
Executable file

#!/bin/sh
# Stop this script on the first failure (e.g. cannot create the output folder)
set -e
echo "[INFO] Start rendering..."
java -jar /opt/blockmap/blockmap.jar render-many /config.json
echo "[INFO] Rendering finished!"