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

Update docker config #700

Merged
merged 4 commits into from
Sep 17, 2020
Merged

Update docker config #700

merged 4 commits into from
Sep 17, 2020

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    d055fd2 View commit details
    Browse the repository at this point in the history
  2. use the primary development environment

    We're missing some configs from `docker-development` environment, which
    causes a launch to fail.
    cflipse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    e58d467 View commit details
    Browse the repository at this point in the history
  3. Add a few development nicities to the dockerfile

    Mount the application:  This loads the application into the running
    docker image, allowing the running image to do the expected rails
    development environment thing of seeing your code changes.
    
    Run as the current user:  this (attempts) to prevent files owned by root
    from being left on the filesystem.
    
    cache mounts:  these will keep installed gems and node modules
    avavilable, so we don't have to grab and reinstall on every rebuild.
    cflipse committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    6711df2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

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