made omniauth-bn-launcher public

This commit is contained in:
bruckwubete
2018-07-10 13:54:45 -04:00
parent 137b8450a8
commit 407e8ee13c
3 changed files with 5 additions and 13 deletions

View File

@ -5,9 +5,6 @@ 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
#Add token for private gems
ARG GITHUB_TOKEN
RUN bundle config github.com $GITHUB_TOKEN
# Make the directory and set as working.
RUN mkdir -p $RAILS_ROOT