Add dockerfile and entrypoint script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user