add docker target in package.json

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-02-11 12:07:08 +01:00 committed by Jakub
parent f47085c2e9
commit ad1273f019
1 changed files with 2 additions and 1 deletions

View File

@ -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",