From 4cb537f4d927b7e2357cb013ed2e6298ee6fb037 Mon Sep 17 00:00:00 2001 From: khannurien Date: Sat, 27 Jun 2026 10:42:31 +0000 Subject: [PATCH] v3: fixed Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cced885..f4ab20d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ RUN deno install COPY index.html ./ COPY public/ ./public/ -COPY scripts/ ./scripts/ COPY src/ ./src/ # VITE_API_* are only needed when the API lives on a different host than the frontend.