Trying a different docker image to fix embeddings

This commit is contained in:
2026-03-01 01:57:13 -05:00
parent d433d366b9
commit 46e84e4705
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
FROM node:22-alpine
FROM node:22-slim
ENV PORT=80

View File

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