mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 07:12:19 +00:00
initial commit
This commit is contained in:
11
scripts/docker-entrypoint.sh
Normal file
11
scripts/docker-entrypoint.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
echo "Starting frontend..."
|
||||
node frontend/build &
|
||||
|
||||
echo "Starting backend..."
|
||||
cd backend && ./pocket-id-backend &
|
||||
|
||||
echo "Starting Caddy..."
|
||||
caddy start --config /etc/caddy/Caddyfile &
|
||||
|
||||
wait
|
||||
Reference in New Issue
Block a user