Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
ed8e6e0a
Commit
ed8e6e0a
authored
Jul 02, 2020
by
zhaoxiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
b25e9f7b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
+7
-8
.gitignore
+1
-1
.vscode/launch.json
+2
-3
Dockerfile
+3
-3
bpo-auth/app/front/entry/public/js/bootstrap/css/.DS_Store
+0
-0
engine-sign/app/config/settings.js
+1
-1
No files found.
.gitignore
View file @
ed8e6e0a
node_modules/
.idea/
bpo-auth
/node_modules/
engine-sign
/node_modules/
.vscode/launch.json
View file @
ed8e6e0a
...
...
@@ -8,7 +8,7 @@
"type"
:
"node"
,
"request"
:
"launch"
,
"name"
:
"Launch Program"
,
"program"
:
"${workspaceFolder}/
bpo-auth
/main.js"
"program"
:
"${workspaceFolder}/
engine-sign
/main.js"
}
]
}
\ No newline at end of file
}
Dockerfile
View file @
ed8e6e0a
#!/bin/bash
FROM
registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER
jy "jiangyong@gongsibao.com"
ADD
bpo-auth /apps/bpo-auth
/
WORKDIR
/apps/
bpo-auth
/
ADD
engine-sign /apps/engine-sign
/
WORKDIR
/apps/
engine-sign
/
RUN
cnpm install
-S
CMD
["node","/apps/
bpo-auth
/main.js"]
CMD
["node","/apps/
engine-sign
/main.js"]
...
...
bpo-auth/app/front/entry/public/js/bootstrap/css/.DS_Store
deleted
100644 → 0
View file @
b25e9f7b
File deleted
engine-sign/app/config/settings.js
View file @
ed8e6e0a
...
...
@@ -25,7 +25,7 @@ var settings = {
secret
:
"f99d413b767f09b5dff0b3610366cc46"
,
},
basepath
:
path
.
normalize
(
path
.
join
(
__dirname
,
'../..'
)),
port
:
process
.
env
.
NODE_PORT
||
357
4
,
port
:
process
.
env
.
NODE_PORT
||
357
3
,
reqEsAddr
:
function
()
{
if
(
this
.
env
==
"dev"
)
{
var
localsettings
=
require
(
"./localsettings"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment