We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303ea57 commit fd77aa8Copy full SHA for fd77aa8
1 file changed
package.json
@@ -27,5 +27,8 @@
27
"bugs": {
28
"url": "https://github.com/assafmo/SQLiteProxy/issues"
29
},
30
- "license": "MIT"
+ "license": "MIT",
31
+ "scripts": {
32
+ "build-docker": "docker build -t assafmo/sqliteproxy:\"$(jq -r .version package.json)\" ."
33
+ }
34
}
0 commit comments