Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
additional docler fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fazalfarhan01 committed Dec 19, 2021
1 parent 95730ac commit b7d7cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def ask_config(self):
self.create_config()

def __want_to_reset_config(self):
if os.environ.get('container', False) == 'docker':
self.__reuse_config = True
return
got_response = False
while(not got_response):
response = input("Want to use existing configuration? (yes/no): ")
Expand Down

0 comments on commit b7d7cca

Please sign in to comment.