Skip to content

Commit

Permalink
modified: IMOMaritimeSingleWindow/Client/Dockerfile
Browse files Browse the repository at this point in the history
	modified:   IMOMaritimeSingleWindow/Client/proxy.config.json
  • Loading branch information
vrsorheim committed Jul 9, 2024
1 parent 625b05b commit 7ed33c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions IMOMaritimeSingleWindow/Client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion IMOMaritimeSingleWindow/Client/proxy.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/api": {
"target": "${BACKEND_URL}",
"secure": true
"secure": false
}
}

0 comments on commit 7ed33c9

Please sign in to comment.