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