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

Docker: add env variable to Dockerfile

This commit is contained in:
Sonja Happ 2021-04-30 15:54:40 +02:00
parent adde4c1b2e
commit e683a45fde

View file

@ -27,6 +27,7 @@ ADD package.json /usr/src/app
RUN npm install
# Install app dependencies
ARG REACT_APP_BRAND
COPY . /usr/src/app
RUN npm run build