Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Update API base URI in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Dec 27, 2019
1 parent 9168bca commit 15d89ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,7 +8,7 @@ RUN yarn install

COPY public /app/public
COPY src /app/src
ARG REACT_APP_APIURI=https://amber.h.tdem.in/api
ARG REACT_APP_APIURI=https://amber.h.tdem.in/api/v0
RUN yarn build

FROM nginx:1.16-alpine AS release
Expand Down

0 comments on commit 15d89ec

Please sign in to comment.