mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
added gulpfile to Docker image, added config src
This commit is contained in:
@@ -14,6 +14,6 @@ RUN npm install -g gulp
|
||||
ADD package.json /home/weave/
|
||||
RUN npm install
|
||||
|
||||
ADD gulpfile.js /home/weave/
|
||||
ADD gulpfile.js webpack.config.js /home/weave/
|
||||
|
||||
# For instructions on running this container, consult the toplevel Makefile
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
/*
|
||||
* Gulpfile based on https://github.com/kriasoft/react-starter-kit
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
/*
|
||||
* React.js Starter Kit
|
||||
* Copyright (c) Konstantin Tarkus (@koistya), KriaSoft LLC
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE.txt file in the root directory of this source tree.
|
||||
* Webpack config based on https://github.com/kriasoft/react-starter-kit
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
Reference in New Issue
Block a user