Skip to content

Commit

Permalink
Remove unnecessary lines in frontend Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iynixil committed Nov 13, 2024
1 parent 84fb26c commit 77411e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77411e3

Please sign in to comment.