Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danieladov authored Apr 4, 2022
1 parent b2e6602 commit 47938ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
#Install the dependencies
RUN npm install

ARG REACT_APP_API_URI="Database"
ARG REACT_APP_API_URI="http://localhost:5000"
ENV REACT_APP_API_URI=$REACT_APP_API_URI

#Create an optimized version of the webapp
Expand Down

0 comments on commit 47938ac

Please sign in to comment.