build in production mode

This commit is contained in:
Sebastian Hugentobler 2020-04-05 12:35:43 +02:00
parent c9ed95c3a8
commit e4cb6f536a

View File

@ -19,7 +19,7 @@ ADD nextcloud-auth.patch /build/nextcloud-auth.patch
WORKDIR /build WORKDIR /build
RUN git apply nextcloud-auth.patch RUN git apply nextcloud-auth.patch
RUN npm install RUN npm install --production
RUN make build RUN make build
FROM thallian/confd-env:latest FROM thallian/confd-env:latest