Simplify Dockerfile to use pentacent/keila base directly

This commit is contained in:
Andreas Dueren
2025-06-20 10:22:29 -06:00
parent 197d10ae2b
commit 90e7f6b2e9
2 changed files with 14 additions and 16 deletions

View File

@ -6,7 +6,7 @@ echo "Starting Keila on Cloudron"
# Copy Keila release to /app/data on first run
if [[ ! -d "/app/data/keila" ]]; then
echo "==> Initializing Keila installation"
cp -r /tmp/keila-release /app/data/keila
cp -r /opt/app /app/data/keila
chown -R cloudron:cloudron /app/data/keila
fi