circleci configuration and docker build

This commit is contained in:
Zachary Chai
2016-11-30 15:50:50 -05:00
parent f0128951f4
commit 07bf1e2c15
5 changed files with 42 additions and 0 deletions

View File

@ -3,5 +3,7 @@ FROM ruby:2.3.1
# app dependencies
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
ENV RAILS_ENV=development
# app directory
RUN mkdir /usr/src/app