Skip to content

Fix issues with stylesheets in argo docker

Michael J. Giarlo edited this page Nov 3, 2023 · 2 revisions

Missing stylesheets in your local Argo docker container? Try this:

bin/rake assets:clobber # your localhost
docker-compose run --rm web bin/rake assets:clobber # your local docker container that is running
Clone this wiki locally