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.