Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-04-22 03:34:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
434e1773dbd17cc9d832a164b8b95b2963428573
434e1773
1 parent
489c1395
debug frontend docker-compose
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
docker-compose.yml
docker-compose.yml
View file @
434e177
...
...
@@ -50,13 +50,14 @@ services:
container_name
:
frontend
ports
:
-
"
3000:3000"
tty
:
"
true"
build
:
context
:
front
dockerfile
:
Dockerfile
command
:
npm start
environment
:
-
NODE_ENV=development
-
CHOKIDAR_USEPOLLING=true
-
BACKEND_URL=${BACKEND_URL}
volumes
:
-
./front:/app
-
./front/node_modules:/app/node_modules
-
./front:/usr/src/app
...
...
Please
register
or
login
to post a comment