Funky config stuff gives me a headache

This commit is contained in:
2021-04-03 03:26:59 +11:00
parent 928c76fc84
commit b503df3399
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"dev": "npm run watch:server",
"watch:server": "nodemon . --ext js,jsx,json --ignore 'node_modules/*'",
"docker": "npm run docker:build && npm run docker:push",
"docker:build": "docker buildx build . --platform amd64 --tag docker.krgamestudios.com/krgamestudios/03-chat:latest",
"docker:build": "docker buildx build . --platform linux/amd64 --tag docker.krgamestudios.com/krgamestudios/03-chat:latest",
"docker:push": "docker push docker.krgamestudios.com/krgamestudios/03-chat:latest"
},
"repository": {