v3: fixed Dockerfile
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 44s

This commit is contained in:
khannurien
2026-06-27 10:42:31 +00:00
parent 76de798faf
commit 4cb537f4d9

View File

@@ -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.