Skip to content

Commit 3b4ceb9

Browse files
author
Evan Prodromou
committed
Docker commands in package.json
1 parent 9fbf785 commit 3b4ceb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎package.json‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.4.4",
44
"private": true,
55
"scripts": {
6-
"start": "node ./bin/www"
6+
"start": "node ./bin/www",
7+
"docker": "docker build -t w3csocial/activitystreams-validator:${npm_package_version} . && docker tag w3csocial/activitystreams-validator:${npm_package_version} w3csocial/activitystreams-validator:latest",
8+
"push": "docker push w3csocial/activitystreams-validator:${npm_package_version} && docker push w3csocial/activitystreams-validator:latest"
79
},
810
"dependencies": {
911
"body-parser": "~1.13.2",

0 commit comments

Comments
 (0)