Blame view
api/start.sh
136 Bytes
b1750af76 Add a startup script |
1 |
#!/bin/sh |
7f26231d1 Remove api dir fr... |
2 3 |
sed -i "s|localhost:5611|${APP_URL}:5611|g" public/js/* sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example > .env |
4213fd357 Create .env file ... |
4 |
|
b1750af76 Add a startup script |
5 |
php-fpm |