Commit 23292006 by 蒋勇

d

parent 74e8a9fc
#!/bin/bash #!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2 FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
ADD projectmanage /apps/projectmanage/ ADD projectmanage /apps/projectmgit anage/
WORKDIR /apps/projectmanage/ WORKDIR /apps/projectmanage/
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/projectmanage/main.js"] CMD ["node","/apps/projectmanage/main.js"]
......
{}
\ No newline at end of file
...@@ -53,7 +53,7 @@ module.exports = function (app) { ...@@ -53,7 +53,7 @@ module.exports = function (app) {
}else{ }else{
app.use(session( app.use(session(
{ {
name:'demosid', name:'pmsid',
cookie: {maxAge: 3600000}, cookie: {maxAge: 3600000},
rolling:true, rolling:true,
resave: false, resave: false,
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=0.8, maximum-scale=0.8, user-scalable=1"> <meta name="viewport" content="width=device-width, initial-scale=0.8, maximum-scale=0.8, user-scalable=1">
<title id="idtitle"><%=app?app.name:'应用未启用'%></title> <title id="idtitle"><%=app?app.name:'应用未启用'%></title>
<link rel="stylesheet" href="/css/ele/index_2.5.4.css"> <link rel="stylesheet" href="/css/ele/index_2.5.4.css">
<link rel="stylesheet" href="http://open.gongsibao.com/css/pagecom.css">
<link rel="stylesheet" href="/css/pagecom.css"> <link rel="stylesheet" href="/css/pagecom.css">
<link rel="stylesheet" href="/css/fontawesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/css/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/fontawesome/css/toolicon-style.css"> <link rel="stylesheet" href="/css/fontawesome/css/toolicon-style.css">
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
isdev:false, isdev:false,
multipleSelection: [], multipleSelection: [],
barref:null, barref:null,
developerData:[], developerData:[],
problemBardata:{ problemBardata:{
title: { title: {
......
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