mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-23 16:18:09 +00:00
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…
x
Reference in New Issue
Block a user