Fix docker build

pull/1/head
kpcyrd 7 years ago
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…
Cancel
Save