Initial commit
This commit is contained in:
8
pocketbase/start.sh
Normal file
8
pocketbase/start.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Start PocketBase in background
|
||||
./pocketbase serve --http=0.0.0.0:8090 &
|
||||
|
||||
# Start Deno sidecar as main process (keeps container alive)
|
||||
cd sidecar && deno task start
|
||||
Reference in New Issue
Block a user