parametrized into config.yaml + bug fix
This commit is contained in:
8
entrypoint.sh
Normal file
8
entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Fix ownership of mounted directories
|
||||
chown -R krawl:krawl /app/logs /app/data 2>/dev/null || true
|
||||
|
||||
# Drop to krawl user and run the application
|
||||
exec gosu krawl "$@"
|
||||
Reference in New Issue
Block a user