From 3319cc0789e8ea630520364f47c04444a45afc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi?= Date: Thu, 2 Jan 2025 19:48:14 +0100 Subject: [PATCH] feat: add Docker build script to package.json for containerized deployment --- package.json | 1 + 1 file changed, 1 insertion(+) 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",