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