Merge pull request #222 from kpcyrd/docker-fix

Fix docker build
pull/1/head
ansuz 2018-01-25 14:56:03 +01:00 committed by GitHub
commit 89ab37f1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
data
Dockerfile
docker-compose.yml
.dockerignore
.git
.gitignore
.gitignore
node_modules

View File

@ -9,3 +9,4 @@ node_js:
script:
- npm run-script lint
- npm run-script flow
- docker build -t xwiki/cryptpad .

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