You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses grunt to compile, concatenate, and minify static content into the dist folder. This works fine when running everything locally, but when running the site in a Docker container with only one-way syncing, you have no easy way to get the updated dist folder and check it in. Easiest workaround is to not use Docker. Alternatively, you can run the following command to manually copy the dist folder back to the host machine:
docker cp <CONTAINER_ID>:/src/dist .
The text was updated successfully, but these errors were encountered:
brikis98
changed the title
Generated static content in _dist folder doesn't work with Docker
Generated static content in dist folder doesn't work with Docker
Sep 22, 2015
This project uses grunt to compile, concatenate, and minify static content into the
dist
folder. This works fine when running everything locally, but when running the site in a Docker container with only one-way syncing, you have no easy way to get the updateddist
folder and check it in. Easiest workaround is to not use Docker. Alternatively, you can run the following command to manually copy thedist
folder back to the host machine:The text was updated successfully, but these errors were encountered: