diff --git a/package.json b/package.json index 702767f..919bf5c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "scripts": { "build": "nest build", - "build:docker": "docker build --no-cache -t toogether/api .", + "build:docker": "docker build -t toogether/api .", "format": "prettier --write \"src/**/*.ts\"", "start": "nest start", "start:dev": "nest start --watch",