From c3619cd37db83acf00d75e500a17278eca1f0ec9 Mon Sep 17 00:00:00 2001 From: Eduard Andrei Cristea Date: Tue, 9 Jul 2024 16:43:36 +0200 Subject: [PATCH] removed change origin from script 2 --- IMOMaritimeSingleWindow/Client/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/IMOMaritimeSingleWindow/Client/Dockerfile b/IMOMaritimeSingleWindow/Client/Dockerfile index fcbd062f..77972f08 100644 --- a/IMOMaritimeSingleWindow/Client/Dockerfile +++ b/IMOMaritimeSingleWindow/Client/Dockerfile @@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y \ iproute2 \ net-tools \ nano - # Copy the bash script for setting the BACKEND_URL COPY setenv_proxy.sh /workspaces/frontend/setenv_proxy.sh