From 70a9f737201cf794aa5b478b96725f3872392e32 Mon Sep 17 00:00:00 2001 From: Vaala Cat Date: Sat, 20 Jan 2024 03:54:42 +0800 Subject: [PATCH] fix: cache files --- Dockerfile.standalone | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 3b8ebcc..13feb35 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -10,7 +10,6 @@ RUN npm install COPY www/api/ ./api COPY www/components/ ./components COPY www/lib/ ./lib -COPY www/out/ ./out COPY www/pages/ ./pages COPY www/public/ ./public COPY www/store/ ./store