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:15:33 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
aec00a9f1e6fa39c75df91e3abb1f06a5a12388d
aec00a9f
2 parents
3b1ed2d9
92ceda52
Merge branch 'develop' into feature/2-character_page
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 @
aec00a9
...
...
@@ -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 @
aec00a9
This diff is collapsed. Click to expand it.
app/node/package.json
View file @
aec00a9
...
...
@@ -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