From afa87af01c79a9baa539f2992d32154d2a4739bd Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 14:46:37 -0800 Subject: task: delete vanilla js prototype\n\n- Removed vanilla/ directory and web/dist/vanilla directory\n- Updated Makefile, Dockerfile, and CI workflow to remove vanilla references\n- Cleaned up web/web.go to remove vanilla embed and routes\n- Verified build and tests pass\n\nCloses NK-2tcnmq --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 38a28dc..b423373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,10 +18,6 @@ COPY . . RUN mkdir -p web/dist/v2 COPY --from=frontend-builder /app/frontend/dist ./web/dist/v2 -# Copy vanilla assets -RUN mkdir -p web/dist/vanilla -COPY vanilla/index.html vanilla/app.js vanilla/style.css ./web/dist/vanilla/ - # Build the binary RUN go build -o neko ./cmd/neko -- cgit v1.2.3