Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated static content in dist folder doesn't work with Docker #8

Open
brikis98 opened this issue Sep 22, 2015 · 0 comments
Open

Comments

@brikis98
Copy link
Owner

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 .
@brikis98 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant