Blame view
api/start.sh
81 Bytes
b1750af76 Add a startup script |
1 |
#!/bin/sh |
b889f03e0 Use pipe as sed s... |
2 |
sed -i "s|localhost:5611|${APP_URL}:5611|g" ./api/public/js/* |
b1750af76 Add a startup script |
3 |
php-fpm |
b1750af76 Add a startup script |
1 |
#!/bin/sh |
b889f03e0 Use pipe as sed s... |
2 |
sed -i "s|localhost:5611|${APP_URL}:5611|g" ./api/public/js/* |
b1750af76 Add a startup script |
3 |
php-fpm |