Commit c2d8dc0b authored by 刘松's avatar 刘松

update

parent 7d03773e
FROM node:7.6
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY package.json /usr/src/app/
RUN npm install --production --registry=https://registry.npm.taobao.org
# RUN npm install yarn --registry=https://registry.npm.taobao.org
# RUN yarn config set registry https://registry.npm.taobao.org
# RUN yarn config set disturl https://npm.taobao.org/dist
# RUN yarn install
COPY . /usr/src/app
EXPOSE 9401
CMD node app.js
\ No newline at end of file
/*! This file is created by phyllis */
webpackJsonp([0],{126:function(m,t){throw new Error("Module build failed: SyntaxError: Unexpected token (23:15)\n\n  21 | const store = Store();\n  22 | const Main =require('../jsx/main.jsx');\n> 23 | RectDOM.render(<Provider store = { store } >\n  |  ^\n  24 | \t\t<div style={{ height:\"100%\" }}>\n  25 | \t\t\t<Router routes = { routes } history = { browserHistory }/>\n  26 | \t\t</div>\n")},263:function(m,t,e){m.exports=e(126)}},[263]);
\ No newline at end of file
webpackJsonp([0],{131:function(m,t){throw new Error("Module build failed: SyntaxError: Unexpected token (24:1)\n\n  22 | const Main =require('../jsx/main.jsx');\n  23 | RectDOM.render(\n> 24 | \t<Provider store = { store } >\n  | \t^\n  25 | \t\t<div style={{ height:\"100%\" }}>\n  26 | \t\t\t<Router routes = { routes } history = { browserHistory }/>\n  27 | \t\t</div>\n")},270:function(m,t,e){m.exports=e(131)}},[270]);
\ No newline at end of file
This diff is collapsed.
......@@ -20,7 +20,8 @@ const ReduxDevTools = require('./store').ReduxDevTools;
const store = Store();
const Main =require('../jsx/main.jsx');
RectDOM.render(<Provider store = { store } >
RectDOM.render(
<Provider store = { store } >
<div style={{ height:"100%" }}>
<Router routes = { routes } history = { browserHistory }/>
</div>
......
{"options":{},"indexes":[{"ns":"distribution.upstreams","v":1,"key":{"_id":1},"name":"_id_"},{"v":1,"key":{"account":1,"platform":1},"name":"account_1_platform_1","ns":"distribution.upstreams","background":true}]}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment