From f8484ca3374640acdcf46a9e09df7a15ad61ddf4 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sun, 24 Sep 2023 17:30:59 +0200 Subject: [PATCH] fix: copy of commons in frontend build Signed-off-by: Tilman Vatteroth --- frontend/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/build.sh b/frontend/build.sh index 55b45974b..c0149e147 100755 --- a/frontend/build.sh +++ b/frontend/build.sh @@ -39,7 +39,6 @@ echo "🦔 > Bundling" mv .next/standalone dist mkdir -p dist/frontend/.next cp -R .next/static dist/frontend/.next/static -cp next.config.js dist/frontend/next.config.js cp -R public dist/frontend/public rm -f dist/frontend/.env rm -rf dist/frontend/public/public