Updated to ensure this still works

This commit is contained in:
2025-11-25 10:46:20 +11:00
parent 3fec1927c2
commit b28464117c
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"start": "node server/index.js",
"dev": "nodemon server/index.js",
"docker": "docker buildx build . --platform linux/amd64 --tag sineql-demo:latest"
"docker": "sudo docker buildx build . --platform linux/amd64 --tag sineql-demo"
},
"keywords": [],
"author": "",