Skip to content

Commit

Permalink
Remove Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Apr 4, 2019
1 parent 2cf7199 commit 51837b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions Dockerfile

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -24,11 +24,7 @@
"zip": "cd dist && find . -name 'fx-*' -exec zip '{}.zip' '{}' \\;",
"afterBump": "rm -rf ./dist && npm run build && npm run zip",
"release": "release-it --github.release --github.assets=dist/*.zip",
"brew:release": "brew bump-formula-pr --url=https://registry.npmjs.org/fx/-/fx-`fx package.json .version`.tgz --no-audit fx",
"docker:build": "docker build -t antonmedv/fx:latest .",
"docker:tag": "docker tag antonmedv/fx:latest antonmedv/fx:`fx package.json .version`",
"docker:push": "docker push antonmedv/fx:latest && docker push antonmedv/fx:`fx package.json .version`",
"docker:release": "npm run docker:build && npm run docker:tag && npm run docker:push"
"brew:release": "brew bump-formula-pr --url=https://registry.npmjs.org/fx/-/fx-`fx package.json .version`.tgz --no-audit fx"
},
"keywords": [
"json",
Expand Down

0 comments on commit 51837b4

Please sign in to comment.