File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- # Using a OS
2- # FROM ubuntu
3-
4- # MAINTAINER weiqinl <https://github.com/weiqinl>
51# 从DockerHub拉取一个Node.js的官方Docker镜像,作为我们环境的基础镜像
6- FROM node:4.2.2
2+ FROM node
3+
4+ # 介绍个人联系信息
75MAINTAINER weiqinl <https://github.com/weiqinl>
6+
7+ # 文档的最后更新时间,修改可以清除缓存
8+ ENV REFRESHED_AT 2017-02-10
9+
810# 创建一个位于弄起内部的代码运行文件夹,并将代码复制进去,且通过npm来安装依赖包
911RUN mkdir -p /usr/src/app
1012WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ cookieSecret : 'mycookieSecret!@#*&*'
3+ }
Original file line number Diff line number Diff line change 1515 "express-session" : " ^1.9.1" ,
1616 "file-stream-rotator" : " 0.0.7" ,
1717 "jade" : " ^1.11.0" ,
18- "mongodb" : " 2.0.25 " ,
18+ "mongodb" : " 2.2.19 " ,
1919 "morgan" : " ~1.7.0" ,
2020 "serve-favicon" : " ~2.3.0"
2121 }
You can’t perform that action at this time.
0 commit comments