1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

moved gulp to image

This commit is contained in:
Matthias Hannig
2018-07-16 17:46:06 +02:00
parent e541de03f1
commit 6ea35091f0
2 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,10 @@
FROM node:10
RUN npm install -g gulp
RUN npm install -g gulp-cli
WORKDIR /client
VOLUME ["/client"]

View File

@ -13,8 +13,6 @@ image:
deps: image
$(DOCKER_EXEC) "npm install"
$(DOCKER_EXEC) "npm install -g gulp"
$(DOCKER_EXEC) "npm install -g gulp-cli"
client: deps
@echo "Building alice UI"