Working on multiplatform things

This commit is contained in:
2021-04-03 01:42:30 +11:00
parent b389f078a5
commit cd7bcd9d11
+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 build . --platform amd64 --platform arm --tag docker.krgamestudios.com/krgamestudios/02-auth:latest",
"docker:build": "docker buildx build . --platform amd64 --tag docker.krgamestudios.com/krgamestudios/02-auth:latest",
"docker:push": "docker push docker.krgamestudios.com/krgamestudios/02-auth:latest"
},
"repository": {