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:
parent
adde4c1b2e
commit
e683a45fde
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue