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
|
ENV PORT=80
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
cursor: url('/assets/cursor.png'), auto !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
@@ -22,8 +21,8 @@
|
|||||||
font-family: 'Courier New', monospace;
|
font-family: 'Courier New', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input {
|
*, button, input {
|
||||||
cursor: default;
|
cursor: url('/assets/cursor.png'), auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user