fix name of docker image to build

This commit is contained in:
Jakub Sokołowski 2018-10-17 10:27:38 -04:00
parent c5886ddb42
commit d08d2bb868
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"devel": "gulp devel",
"clean": "gulp clean",
"build": "gulp build",
"image": "docker build -t clicks-counter .",
"image": "docker build -t statusteam/clicks-counter .",
"push": "docker push statusteam/clicks-counter"
},
"keywords": [],