Skip to content

Commit

Permalink
docs(common): Document how to skip generating CDN on websites
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Sep 20, 2024
1 parent 6c491a6 commit 0a5b185
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 0a5b185

Please sign in to comment.