Skip to content

Commit

Permalink
fix: removed equals from env
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 8, 2024
1 parent c97bd61 commit 78df517
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 @@ -7,7 +7,7 @@ WORKDIR /app
RUN npm install

ARG API_URI
ENV REACT_APP_API_ENDPOINT=$API_URI
ENV REACT_APP_API_ENDPOINT $API_URI

#Create an optimized version of the webapp
RUN npm run build
Expand Down

0 comments on commit 78df517

Please sign in to comment.