Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오윤석
/
maplespec.ga
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2020-06-04 22:13:59 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
92ceda52207ad2afc5bd5f95c6ca7b1f8d98857f
92ceda52
2 parents
e0420520
5193aa53
Merge branch 'feature/0-environment' into develop
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
app/docker-compose.yml
app/node/package-lock.json
app/node/package.json
app/docker-compose.yml
View file @
92ceda5
...
...
@@ -37,7 +37,7 @@ services:
volumes
:
-
./node:/app
-
./config:/app/config
command
:
bash -c "npm install && node app.js"
command
:
bash -c "npm install && node
_modules/.bin/nodemon
app.js"
environment
:
-
NODE_ENV=production
restart
:
on-failure
...
...
app/node/package-lock.json
View file @
92ceda5
This diff is collapsed. Click to expand it.
app/node/package.json
View file @
92ceda5
...
...
@@ -10,6 +10,7 @@
"license"
:
"ISC"
,
"dependencies"
:
{
"express"
:
"^4.17.1"
,
"http"
:
"0.0.1-security"
"http"
:
"0.0.1-security"
,
"nodemon"
:
"^2.0.4"
}
}
...
...
Please
register
or
login
to post a comment