Skip to content

Commit

Permalink
Added volumes example in docker compose override to be able to debug …
Browse files Browse the repository at this point in the history
…javascript (project js, ngeo js, gmf contrib js).
  • Loading branch information
ochriste committed Oct 1, 2019
1 parent 6a15ecb commit cc7e9a8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ services:
extends:
file: docker-compose-lib.yaml
service: webpack_dev_server
# Uncomment these lines when you want to debug respectively the project js, ngeo js and/or the gmf contrib js.
# Adapt the path for ngeo / gmf contrib to point where you have checkouted the code.
# volumes:
# - ${PWD}/geoportal/{{package}}_geoportal/static-ngeo:/app/{{package}}_geoportal/static-ngeo
# - ${PWD}/../ngeo/src:/usr/lib/node_modules/ngeo/src
# - ${PWD}/../ngeo/contribs:/usr/lib/node_modules/ngeo/contribs

0 comments on commit cc7e9a8

Please sign in to comment.