1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

test building/running slew brand somewhere else

This commit is contained in:
irismarie 2021-03-25 12:02:33 +01:00
parent e0d7fe5538
commit 3e5462af01

View file

@ -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