From 46e84e47058244a1879a2bc2f5948a6565aab5c8 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sun, 1 Mar 2026 01:57:13 -0500 Subject: [PATCH] Trying a different docker image to fix embeddings --- Dockerfile | 2 +- public/index.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9adf1a0..d734f4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM node:22-alpine +FROM node:22-slim ENV PORT=80 diff --git a/public/index.html b/public/index.html index 31eb28b..bda02f4 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,6 @@ margin: 0; padding: 0; box-sizing: border-box; - cursor: url('/assets/cursor.png'), auto !important; } html, body { @@ -22,8 +21,8 @@ font-family: 'Courier New', monospace; } - button, input { - cursor: default; + *, button, input { + cursor: url('/assets/cursor.png'), auto !important; } body {