Added docker publishing
This commit is contained in:
+4
-1
@@ -6,7 +6,10 @@
|
||||
"scripts": {
|
||||
"start": "node server/server.js",
|
||||
"dev": "npm run watch:server",
|
||||
"watch:server": "nodemon . --ext js,jsx,json --ignore 'node_modules/*'"
|
||||
"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/03-chat:latest",
|
||||
"docker:push": "docker push docker.krgamestudios.com/krgamestudios/03-chat:latest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user