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

reset Dockerfile

This commit is contained in:
irismarie 2021-04-30 13:39:46 +02:00
parent 68a13f738a
commit 07ebff321d

View file

@ -28,7 +28,7 @@ RUN npm install
# Install app dependencies
COPY . /usr/src/app
RUN REACT_APP_BRAND=slew npm run build
RUN npm run build
FROM nginx