From 3e5462af01425f9af6ef4dfc6139c0ca057824d8 Mon Sep 17 00:00:00 2001 From: irismarie Date: Thu, 25 Mar 2021 12:02:33 +0100 Subject: [PATCH] test building/running slew brand somewhere else --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63418fe..5b3050f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN npm install # Install app dependencies COPY . /usr/src/app -RUN npm run build +RUN REACT_APP_BRAND=slew npm run build FROM nginx