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

Conversation

GeorgeTaveras1231
Copy link

@GeorgeTaveras1231 GeorgeTaveras1231 commented Sep 2, 2016

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.
  • Fixed code snippet whenever app is hosted on port 80 4c8c2a1

References:
This is intended to be a lighter-weight, and more up to date version of pr #2

@GeorgeTaveras1231 GeorgeTaveras1231 changed the title Introduce docker-compose for development and deployment Create docker environment to facilitate booting up Sep 2, 2016
@GeorgeTaveras1231 GeorgeTaveras1231 changed the title Create docker environment to facilitate booting up Create docker environment to facilitate booting up/deploying application Sep 2, 2016
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 GeorgeTaveras1231 mentioned this pull request Sep 2, 2016
5 tasks
The code snippet used to render `my-host:/api/repositories` whenever app
is hosted on port 80
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant