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
@@ -5,7 +5,6 @@ create the config directory and copy the assets to the app directory.
import os
import shutil
import sys
from configparser import ConfigParser
from app import settings
@@ -21,6 +20,7 @@ IS_BUILD = config["DEFAULT"]["BUILD"] == "True"
if IS_BUILD:
settings.Keys.LASTFM_API = config["DEFAULT"]["LASTFM_API_KEY"]
class CopyFiles:
"""Copies assets to the app directory."""