probably working build
This commit is contained in:
@ -1,17 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#Default auto configs
|
||||
if ! [ -f init/init ]
|
||||
then ./auto_config.sh
|
||||
fi
|
||||
|
||||
#Start Php-fpm
|
||||
cd && node &
|
||||
#Start backend
|
||||
cd /root/okiba-org-frontend; pnpm start &
|
||||
|
||||
#Start frontend
|
||||
cd && node &
|
||||
|
||||
|
||||
cd /root/okiba-org-backend; pnpm run dev &
|
||||
|
||||
# Wait for any process to exit
|
||||
wait -n
|
||||
|
Reference in New Issue
Block a user