Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
hotfix -- results-client operate correctly in compose, bump results-c…
Browse files Browse the repository at this point in the history
…lient reference
  • Loading branch information
CodeSchneider committed Mar 4, 2019
1 parent c0b17ff commit 56c4217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,13 @@ services:
context: ./utilities/results-client
dockerfile: Dockerfile
environment:
- "PORT=${RESULTS_CLIENT_HOST_PORT}"
- "REACT_APP_LUIGI_URL=${LUIGI_URL}"
- CHOKIDAR_USEPOLLING=true
ports:
- "${RESULTS_CLIENT_HOST_PORT}:${RESULTS_CLIENT_CONTAINER_PORT}"
# - 35729:35729 #warm-reload websocket
- 35729:35729 #warm-reload websocket
volumes:
- './utilities/results-client:/usr/src/app'
- /usr/src/app/node_modules

- './utilities/results-client:/app'
- '/app/node_modules'

swagger:
container_name: MAPPER_Swagger_Docs
Expand Down
2 changes: 1 addition & 1 deletion utilities/results-client
Submodule results-client updated 2 files
+2 −1 .dockerignore
+10 −13 Dockerfile

0 comments on commit 56c4217

Please sign in to comment.