The make stop retains volumes (e.g. database) and images (layers of previous builds).
To start with no volumes, run:
make stop ARGS="--volumes"To start with no volumes and no images, run:
make clean- Review content of
/taccsite_cms/static/site_cms/img. - Verify that content is also in the container at
/static/site_cms/img.
- Review content of
/taccsite_cms/static/site_cms/css/build. - Verify that content is also in the container at
/static/site_cms/css/build.
Note You will never see
/static/…/css/src, because this app ignoressrc/when collecting static files. This is done so templates can not load load source files.