aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 0 insertions, 4 deletions
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