fix: update Docker build script to remove no-cache option for improved performance

This commit is contained in:
Rémi 2025-01-02 19:54:23 +01:00
parent 3319cc0789
commit 1c19158771

View File

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