From e1ad366c205920692610ad47b52431e77dfc6c21 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Sat, 26 Oct 2019 22:30:49 +0500 Subject: [PATCH] Make the app URI configurable with a Docker arg (see #17) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cf6d668..7de2911 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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