Update package build process, add .env template, and update to Cloudron base 5.0.0

This commit is contained in:
Andreas Düren
2025-03-17 09:04:47 +01:00
parent 167128b6a7
commit bd4dea4757
4 changed files with 39 additions and 9 deletions

View File

@@ -6,10 +6,10 @@ 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.png build/
cp -r CloudronManifest.json Dockerfile .env.template elasticsearch.yml start.sh stop.sh README.md logo.png build/
# Create the package
cd build
cloudron package
cloudron build --set-repository andreasdueren/elasticsearch-cloudron --tag latest
echo "Package created successfully!"