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