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

Commit

Permalink
Make the app URI configurable with a Docker arg (see #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Oct 26, 2019
1 parent 90bf0fc commit e1ad366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -8,6 +8,7 @@ RUN yarn install

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

FROM nginx:1.16-alpine AS release
Expand Down

0 comments on commit e1ad366

Please sign in to comment.