Update CloudronManifest.json and documentation files

This commit is contained in:
Andreas Düren
2025-03-16 18:18:16 +01:00
parent 3743e382b7
commit cc6a8d193a
5 changed files with 167 additions and 322 deletions

View File

@@ -6,7 +6,7 @@ mkdir -p build
rm -rf build/*
# Copy all files to the build directory
cp -r CloudronManifest.json Dockerfile .env start.sh stop.sh README.md logo.svg build/
cp -r CloudronManifest.json Dockerfile .env start.sh stop.sh README.md logo.png build/
# Create the package
cd build