Archived
1
0
Fork 0
This repository has been archived on 2024-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
dockerfiles/pocketbase/pocketbase.sh
J. Elfring 2f8186fe24 AAP: Fix PHP config
Pause older image builds
2022-10-25 20:51:08 +02:00

13 lines
211 B
Bash

set -x
set -e
if [ _${encryptionKey} != _ ]
then
enc="--encryptionEnv encryptionKey"
else
enc=""
fi
# /app/pocketbase ${enc} --dir /data migrate
/app/pocketbase ${enc} --http 0.0.0.0:8090 --dir /data serve