Skip to content

Commit

Permalink
build: add docker build script
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jul 15, 2021
1 parent b420bfa commit d52038b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"prepublishOnly": "npm run build",
"prepare": "husky install",
"commit": "commit",
"init-start": "npm run build && npm run init && npm run start"
"init-start": "npm run build && npm run init && npm run start",
"docker-build": "docker build -t lessx/less-framework:latest .",
"docker-push": "docker push lessx/less-framework:latest",
"docker-bp": "npm run docker-build && npm run docker-push"
},
"keywords": [
"BaaS",
Expand Down

0 comments on commit d52038b

Please sign in to comment.