From 64f0d0a04a5b3fef6faaff8a57d91cd180aa3328 Mon Sep 17 00:00:00 2001 From: Daoud Clarke Date: Thu, 12 Oct 2023 21:32:16 +0100 Subject: [PATCH] typo --- mwmbl/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mwmbl/apps.py b/mwmbl/apps.py index fb95732..fd2244d 100644 --- a/mwmbl/apps.py +++ b/mwmbl/apps.py @@ -45,4 +45,4 @@ class MwmblConfig(AppConfig): for d in dirs: shutil.rmtree(os.path.join(root, d)) - shutil.copytree('/front-end-dist', '/app/static') + shutil.copytree('/front-end-build', '/app/static')