From c1f22a2c5f5b88e10e22147acef0e9acedb1c60b Mon Sep 17 00:00:00 2001 From: bigfengyu Date: Thu, 31 Oct 2019 22:39:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=20build-docker=20?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e60c1b4..bcf5b0a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint": "echo \"TSLint checking...\" && tslint -c tslint.json 'src/**/*.ts' 'src/**/*.tsx'", "start:redis": "pm2 start redis-server --name redis-server", "clean": "pm2 delete all", - "build:docker": "docker build --rm -f \"Dockerfile\" -t rapteam/rap2-delos:latest ." + "build-docker": "docker build --rm -f \"Dockerfile\" -t rapteam/rap2-delos:latest ." }, "author": "bosn, nuysoft", "license": "ISC",