From 8a888ccda679a31f801855e37800f52f1a1fda6e Mon Sep 17 00:00:00 2001 From: C4illin Date: Sun, 28 Sep 2025 16:16:38 +0200 Subject: [PATCH] fix: missing public files issue: #314 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cdee5f..af231a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,7 +91,7 @@ RUN ARCH=$(uname -m) && \ rm /tmp/vtracer.tar.gz COPY --from=install /temp/prod/node_modules node_modules -COPY --from=prerelease /app/public/generated.css /app/public/ +COPY --from=prerelease /app/public/ /app/public/ COPY --from=prerelease /app/dist /app/dist # COPY . .