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 {