Browse Source

Fix docker build

master
kpcyrd 3 years ago
parent
commit
8dd1c97d6c
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

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