docker build now uses yarn

This commit is contained in:
Matthias Hannig 2019-01-16 11:31:46 +01:00
parent 6665cfcdbf
commit cf3e58028a
No known key found for this signature in database
GPG Key ID: 62E226E47DDCE58D
4 changed files with 2187 additions and 8540 deletions

View File

@ -4,9 +4,9 @@
# Use node:10 as base image
#
FROM node:10
FROM node:11
RUN npm install -g gulp
RUN npm install -g gulp@4.0.0
RUN npm install -g gulp-cli

View File

@ -14,7 +14,7 @@ image:
docker build . -t $(DOCKER_IMAGE)
deps: image
$(DOCKER_EXEC) "npm install"
$(DOCKER_EXEC) "yarn install"
client: stop deps
@echo "Building alice UI"

7639
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff