Compare commits

...

2 Commits

Author SHA1 Message Date
ea7b97198f Merge remote-tracking branch 'origin/develop' into develop
All checks were successful
Build and publish / Build Container (push) Successful in 1m39s
2026-03-01 01:57:20 -05:00
46e84e4705 Trying a different docker image to fix embeddings 2026-03-01 01:57:13 -05:00
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

@@ -15,7 +15,6 @@
margin: 0;
padding: 0;
box-sizing: border-box;
cursor: url('/assets/cursor.png'), auto !important;
}
html, body {
@@ -25,8 +24,8 @@
font-family: 'Courier New', monospace;
}
button, input {
cursor: default;
*, button, input {
cursor: url('/assets/cursor.png'), auto !important;
}
body {