Commit 23292006 by 蒋勇

d

parent 74e8a9fc
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD projectmanage /apps/projectmanage/
ADD projectmanage /apps/projectmgit anage/
WORKDIR /apps/projectmanage/
RUN cnpm install -S
CMD ["node","/apps/projectmanage/main.js"]
......
{}
\ No newline at end of file
......@@ -53,7 +53,7 @@ module.exports = function (app) {
}else{
app.use(session(
{
name:'demosid',
name:'pmsid',
cookie: {maxAge: 3600000},
rolling:true,
resave: false,
......
......@@ -7,6 +7,7 @@
<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>
<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/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/fontawesome/css/toolicon-style.css">
......
......@@ -5,7 +5,6 @@
isdev:false,
multipleSelection: [],
barref:null,
developerData:[],
problemBardata:{
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