From 77411e341b9df57ea164abe3112bb6457c0aeefc Mon Sep 17 00:00:00 2001 From: iynixil Date: Wed, 13 Nov 2024 16:15:52 +0800 Subject: [PATCH] Remove unnecessary lines in frontend Dockerfile --- frontend/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 9108f34960..f2952f8894 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -13,9 +13,6 @@ RUN npm install # Bundle app source inside the Docker image COPY . . -ARG REACT_APP_API_GATEWAY_URL -ENV REACT_APP_API_GATEWAY_URL=$REACT_APP_API_GATEWAY_URL - # Make port 3000 available to the world outside this container EXPOSE 3000