Skip to content

Commit

Permalink
KBP-144 #time 5m code refactor for pronto result
Browse files Browse the repository at this point in the history
İsmail Akbudak committed Nov 21, 2017
1 parent 07f3b07 commit 6ec9e08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/cybele/helpers/docker.rb
Original file line number Diff line number Diff line change
@@ -18,6 +18,12 @@ def setup_docker_development_env
'bin/start-sidekiq.sh',
force: true

docker_dotenv_files
end

private

def docker_dotenv_files
append_file('env.sample', template_content('docker/docker_env_sample.erb'))
append_file('.env.local', template_content('docker/docker_env_local.erb'))
append_file('.env.staging', template_content('docker/docker_env_staging.erb'))

0 comments on commit 6ec9e08

Please sign in to comment.