generated from ztimson/template
Trying a different docker image to fix embeddings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM node:22-alpine
|
||||
FROM node:22-slim
|
||||
|
||||
ENV PORT=80
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user