We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0c195 commit e90041fCopy full SHA for e90041f
package.json
@@ -20,7 +20,9 @@
20
"lint": "lerna run lint --concurrency 1",
21
"ci": "lerna run ci",
22
"run": "docker run -d -p 8080:8081 --name=planning-chess planning-chess:latest",
23
- "nuke": "lerna run nuke --parallel && npm run clean:root"
+ "nuke": "lerna run nuke --parallel && npm run clean:root",
24
+ "package": "docker build -t planning-chess-servic.node:latest .",
25
+ "deploy": "aws lightsail push-container-image --region eu-west-2 --service-name planning-chess-servic --label node --image planning-chess-servic.node:latest --profile planningchess"
26
},
27
"repository": {
28
"type": "git",
0 commit comments