add docker target in package.json
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f47085c2e9
commit
ad1273f019
|
@ -4,7 +4,8 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www",
|
||||
"watch": "nodemon ./bin/www"
|
||||
"watch": "nodemon ./bin/www",
|
||||
"docker": "docker build -t statusteam/universal-links-handler:deploy ."
|
||||
},
|
||||
"dependencies": {
|
||||
"cookie-parser": "~1.4.3",
|
||||
|
|
Loading…
Reference in New Issue