mirror of https://github.com/xwiki-labs/cryptpad
Fix docker build
This commit is contained in:
parent
1817a7924f
commit
8dd1c97d6c
|
@ -4,7 +4,7 @@ COPY . /cryptpad
|
|||
WORKDIR /cryptpad
|
||||
|
||||
RUN apk add --no-cache git tini \
|
||||
&& npm install \
|
||||
&& npm install --production \
|
||||
&& npm install -g bower \
|
||||
&& bower install --allow-root
|
||||
|
||||
|
|
Loading…
Reference in New Issue