Add dockerfile and entrypoint script

This commit is contained in:
Craig J. Midwinter
2018-12-07 15:12:15 -06:00
parent 05c088f158
commit 0de46888eb
2 changed files with 26 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
if [ -z "$(ls -A /config)" ]; then
cp /app/config-example.yml /config/config.yml
fi
/app/ipe --config=/config/config.yml