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

Adding docker support #522

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 23, 2017

  1. adding a Dockerfile and instructions to the README.md to run the exam…

    …ple in prod mode as a docker image
    robertglenn committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    523ceaf View commit details
    Browse the repository at this point in the history
  2. adding daemon flag

    robertglenn committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    704a6ea View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. Configuration menu
    Copy the full SHA
    ecca669 View commit details
    Browse the repository at this point in the history
  2. adding the docker link

    robertglenn committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    beaf22f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. - Changing the dockerfile for prod to Dockerfile-prod. Create a new i…

    …mage with `docker build -f Dockerfile-prod -t <your image here> .`
    
    - The Dockerfile is now for development mode.
    - Adding additional steps for running in development mode, with support for hot reloading.
    robertglenn committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    94c264a View commit details
    Browse the repository at this point in the history