Add note about running Webpack locally with Docker

This commit is contained in:
duffn 2023-02-04 15:20:58 -07:00
parent d4865711ec
commit 2375bcfe1b
No known key found for this signature in database
GPG Key ID: AA89D0E6A467C2C1

View File

@ -213,6 +213,11 @@ By default, it's enabled both in local and production environments (``local.yml`
.. _`Flower`: https://github.com/mher/flower .. _`Flower`: https://github.com/mher/flower
Using Webpack
~~~~~~~~~~~~~
When using Webpack as the ``frontend_pipeline`` option, you should access your application at the address of the ``node`` service in order to see your correct styles. This is http://localhost:3000 by default. When using any of the other ``frontend_pipeline`` options, you should use the address of the ``django`` service, http://localhost:8000.
Developing locally with HTTPS Developing locally with HTTPS
----------------------------- -----------------------------