removed those env vars in the docker file. they can be specified in an environment file in the docker run process instead. i will detail how to do that in the readme file

This commit is contained in:
Brendan McDevitt 2019-04-06 01:03:20 -05:00
parent c4199d052b
commit 70b4342abc

View file

@ -4,13 +4,6 @@ RUN mkdir /usr/src/app
ADD . /usr/src/app/
WORKDIR /usr/src/app/
ENV pastebin_api_key
ENV pastebin_username
ENV pastebin_password
ENV elasticsearch_url
ENV redis_url
RUN gem update --system
RUN gem install bundler