build in production mode
This commit is contained in:
parent
c9ed95c3a8
commit
e4cb6f536a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ADD nextcloud-auth.patch /build/nextcloud-auth.patch
|
|||
|
||||
WORKDIR /build
|
||||
RUN git apply nextcloud-auth.patch
|
||||
RUN npm install
|
||||
RUN npm install --production
|
||||
RUN make build
|
||||
|
||||
FROM thallian/confd-env:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue