Commit 924b3b48c74691d58a8e054d80b85935d7cd5c34

Authored by George Vlahavas
1 parent ef0f0c47c6

Replace entire URL

Otherwise we ended up with an http://http://... URL.

Showing 1 changed file with 1 additions and 1 deletions

api/start.sh View file @ 924b3b4
1 1 #!/bin/sh
2 2  
3   -sed -i "s|localhost:5611|${APP_URL}:5611|g" public/js/*
  3 +sed -i "s|http://localhost:5611|${APP_URL}:5611|g" public/js/*
4 4 sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example > .env
5 5  
6 6 php-fpm