clean up for PR

This commit is contained in:
bruckwubete
2018-07-04 15:20:21 -04:00
parent 3c11aca1aa
commit 3bb0c26f33
5 changed files with 5 additions and 11 deletions

View File

@ -5,7 +5,8 @@ RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
# Set an environment variable for the install location.
ENV RAILS_ROOT /usr/src/app
RUN bundle config github.com 0e54e86c4228294d867a0831bff53f95a31d4af2:x-oauth-basic
#Add token for private gems
RUN bundle config github.com ENV['GITHUB_TOKEN']
# Make the directory and set as working.
RUN mkdir -p $RAILS_ROOT