feat: add Docker build script to package.json for containerized deployment

This commit is contained in:
Rémi 2025-01-02 19:48:14 +01:00
parent d66a2c2c35
commit 3319cc0789

View File

@ -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",