fixes to docker installation
This commit is contained in:
@@ -19,6 +19,4 @@ WORKDIR /build
|
||||
ADD package.json /build/package.json
|
||||
RUN npm install
|
||||
ADD . /build
|
||||
CMD PATH=$PATH:node_modules/.bin cake dist
|
||||
=======
|
||||
CMD PATH=$PATH:node_modules/.bin cake dist
|
||||
CMD ./node_modules/gulp/bin/gulp.js serve
|
||||
|
||||
Reference in New Issue
Block a user