[update] update Dockerfile

- mojor update of Dockerfile
- reverted location of simulate_fail.json file for simulating errors, e.g. to test sending e-mails
This commit is contained in:
2025-03-21 14:22:59 +01:00
parent 8a7e402ec5
commit 080e73c1db
2 changed files with 32 additions and 5 deletions

View File

@@ -704,7 +704,7 @@ class StationQC(object):
return 'active'
return False
def _simulated_error_check(self, key, fname='conf/simulate_fail.json'):
def _simulated_error_check(self, key, fname='simulate_fail.json'):
if not os.path.isfile(fname):
return
with open(fname) as fid: