Fix docker build

This commit is contained in:
kpcyrd 2018-01-23 10:28:58 +01:00
parent 1817a7924f
commit 8dd1c97d6c
1 changed files with 1 additions and 1 deletions

View File

@ -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