From 9882e2c444765263183443a992c104c089f27529 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Sun, 28 Mar 2021 00:19:13 +0200 Subject: [PATCH] Forgot the port --- api/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/start.sh b/api/start.sh index 3c59e50..c7b006a 100755 --- a/api/start.sh +++ b/api/start.sh @@ -1,4 +1,4 @@ #!/bin/sh -sed -i "s/localhost:5611/${APP_URL}/g" ./api/public/js/* +sed -i "s/localhost:5611/${APP_URL}:5611/g" ./api/public/js/* php-fpm -- 2.2.2