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

add custom docker image that includes the gem dependencies to speed up make serve #37

Open
andynog opened this issue Feb 16, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@andynog
Copy link
Contributor

andynog commented Feb 16, 2023

When running the command make build, there's a step that makes it run longer which is installing the gem dependencies from the Gemfile. One idea is to create a custom docker image based on the one we currently use jekyll/builder and use the custom one to host the website locally.

There might be also ways to re-use the gem dependencies downloaded during make build but I couldn't find a good solution.

The process to build this custom docker image could be also be included in the Github Actions to ensure a new image is always up to date.

@andynog andynog added enhancement New feature or request documentation Improvements or additions to documentation labels Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant