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

Commit

Permalink
Merge branch 'hotfix/20191227_apiuri'
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Dec 27, 2019
2 parents 9168bca + 15d89ec commit 6cd4477
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 6cd4477

Please sign in to comment.