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:
parent
c4199d052b
commit
70b4342abc
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue