Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Create docker environment to facilitate booting up/deploying application #31

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

Commits on Sep 2, 2016

  1. Create docker environment to facilitate booting up/deploying application

    Additional details:
    - grunt-contrib-imagemin 0.5.0 had an bug when installing `optipng-bin`
      I wasn't able to find too much information on this bug but upgrading
      fixed the issue
    
    - Introduced Gemfile to facilitate managing ruby dependencies.
      This actually fixed a problem when attempting to install compass.
      For some reason, when installing compass via `gem install compass`, it
      also installed sass 3.5.0.pre.rc.1 which caused some issues. Placing
      it in a Gemfile forced bundler to pull the latest stable version of
      sass.
    
    References:
      This is intended to be a lighter-weight, and more up to date version of pr webdriverio-boneyard#2
    GeorgeTaveras1231 committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    087c899 View commit details
    Browse the repository at this point in the history
  2. Fix code snippet

    The code snippet used to render `my-host:/api/repositories` whenever app
    is hosted on port 80
    GeorgeTaveras1231 committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    4c8c2a1 View commit details
    Browse the repository at this point in the history