fix: update Docker build script to remove no-cache option for improved performance
This commit is contained in:
parent
3319cc0789
commit
1c19158771
@ -5,7 +5,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nest build",
|
"build": "nest build",
|
||||||
"build:docker": "docker build --no-cache -t toogether/api .",
|
"build:docker": "docker build -t toogether/api .",
|
||||||
"format": "prettier --write \"src/**/*.ts\"",
|
"format": "prettier --write \"src/**/*.ts\"",
|
||||||
"start": "nest start",
|
"start": "nest start",
|
||||||
"start:dev": "nest start --watch",
|
"start:dev": "nest start --watch",
|
||||||
|
Loading…
Reference in New Issue
Block a user