modify Dockerfile

+ add special instructions for @volcs0 for debugging
This commit is contained in:
mungai-njoroge
2023-09-20 03:06:01 +03:00
parent f2e110a564
commit ad88ab4adb
6 changed files with 67 additions and 33 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class HandleArgs:
Runs Pyinstaller.
"""
# get last.fm api key from env
last_fm_key = os.environ.get("LASTFM_API_KEY")
last_fm_key = settings.Keys.LASTFM_API
# if the key is not in env, exit
if not last_fm_key: