From 70b4342abcc4bdd64383a5d8cd2dbe0b39a8994e Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Sat, 6 Apr 2019 01:03:20 -0500 Subject: [PATCH] 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 --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d72439..48f6186 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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