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 Docker to run docsy user guide locally #1016

Merged
merged 2 commits into from
Jun 13, 2022
Merged

Commits on May 21, 2022

  1. Add Docker to run docsy user guide locally

    Add support to run the docsy website server locally inside a container.
    With support for both `docker` and `docker-compose`.
    
    The folder is mounted as a shared volume, allowing changes to be picked up
    by the container. The `node_modules` folder is kept in a volume, to
    avoid surfacing those files in the host folder.
    
    The documentation explains how to run the container as the host user, so
    you don't end up with files like `package.json` and `.hugo-build.lock`
    owned by root on the host os.
    geriom committed May 21, 2022
    Configuration menu
    Copy the full SHA
    53ebcd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    eebbe8c View commit details
    Browse the repository at this point in the history