diff --git a/IMOMaritimeSingleWindow/Client/Dockerfile b/IMOMaritimeSingleWindow/Client/Dockerfile index 4255d9fd..fcbd062f 100644 --- a/IMOMaritimeSingleWindow/Client/Dockerfile +++ b/IMOMaritimeSingleWindow/Client/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \ net-tools \ nano + # Copy the bash script for setting the BACKEND_URL COPY setenv_proxy.sh /workspaces/frontend/setenv_proxy.sh diff --git a/IMOMaritimeSingleWindow/Client/proxy.config.json b/IMOMaritimeSingleWindow/Client/proxy.config.json index 5e4b0729..615a9bbd 100644 --- a/IMOMaritimeSingleWindow/Client/proxy.config.json +++ b/IMOMaritimeSingleWindow/Client/proxy.config.json @@ -1,7 +1,7 @@ { "/api": { "target": "${BACKEND_URL}", - "secure": true + "secure": false } }