Skip to content

Commit

Permalink
Merge pull request #12446 from keymanapp/docs/websites/debug-no-cdn
Browse files Browse the repository at this point in the history
docs(common): Document how to skip generating CDN on websites
  • Loading branch information
darcywong00 authored Sep 25, 2024
2 parents ba5d448 + 0a5b185 commit 47f0c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/websites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ This maps the local directory to the the Docker image.
For sites that use Composer dependencies, this step also creates a link in the Docker image from /var/www/vendor/ to /var/www/html/vendor.
The link file also appears locally.

Some sites have assets in `/cdn/dev/` used to generate CDN in `/dev/deploy/`. To avoid confusion during development, you can skip generating CDN with `./build.sh start --debug`.

##### Port lookup table
After this, you can access the website at the following ports:

Expand Down

0 comments on commit 47f0c78

Please sign in to comment.