build(Dockerfile): perhaps it was the dockerfile
All checks were successful
/ desec-script (push) Successful in 55s

This commit is contained in:
devaine 2026-03-05 22:42:57 -06:00
commit ed893f3e98
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE

View file

@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:latest
FROM node:latest
CMD ["tail", "-f", "/dev/null"]