Initial Release

This commit is contained in:
Tola Leng
2025-05-09 21:28:07 +07:00
commit 0c6cd18e6f
244 changed files with 50633 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
if [ -z "$(ls -A /app/pb_data)" ]; then
echo "Initializing pb_data from image..."
cp -r /app/pb_data_seed/* /app/pb_data/
fi
exec /app/pocketbase serve --dir /app/pb_data