ISLE's built-in IDE only works with make demo
#1865
Labels
Subject: Docker ISLE
Related to the maintenance and upkeep associated with ISLE’s docker image.
make demo
#1865
Setting
INCLUDE_CODE_SERVER_SERVICE=true
before runningmake local
will bring up an IDE at port 8443, but it won't be able to find any code, just a very very empty looking Drupal site with nocomposer.json
or modules directory.It works fine with
make demo
, but sincemake local
is meant for developing, it should definitely work with that too.The text was updated successfully, but these errors were encountered: