Skip to content

Commit fd77aa8

Browse files
committed
package.json: build-docker script
1 parent 303ea57 commit fd77aa8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"bugs": {
2828
"url": "https://github.com/assafmo/SQLiteProxy/issues"
2929
},
30-
"license": "MIT"
30+
"license": "MIT",
31+
"scripts": {
32+
"build-docker": "docker build -t assafmo/sqliteproxy:\"$(jq -r .version package.json)\" ."
33+
}
3134
}

0 commit comments

Comments
 (0)