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 d883953
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ services:
# For Javascript project development.
# The debug application will be availavble at ``https://<host>/<entry_point>/dev/<interface>.html``.
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
extends:
file: docker-compose-lib.yaml
service: webpack_dev_server

0 comments on commit d883953

Please sign in to comment.