From cda717fb4c4d02313fd03aac2cde3edf74ae6922 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 31 Oct 2024 12:33:31 +0100 Subject: [PATCH] Update config --- apps/fetcher/project.json | 1 + apps/proxy/project.json | 1 + apps/run/project.json | 1 + nx.json | 4 +--- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/fetcher/project.json b/apps/fetcher/project.json index a42a2d2f..ae26981f 100644 --- a/apps/fetcher/project.json +++ b/apps/fetcher/project.json @@ -70,6 +70,7 @@ "executor": "@nx-tools/nx-container:build", "dependsOn": ["build"], "options": { + "file": "apps/fetcher/Dockerfile", "platforms": ["linux/amd64", "linux/arm64"], "engine": "docker", "push": true, diff --git a/apps/proxy/project.json b/apps/proxy/project.json index fe1cc643..ea4670df 100644 --- a/apps/proxy/project.json +++ b/apps/proxy/project.json @@ -64,6 +64,7 @@ "executor": "@nx-tools/nx-container:build", "dependsOn": ["build"], "options": { + "file": "apps/proxy/Dockerfile", "platforms": ["linux/amd64", "linux/arm64"], "engine": "docker", "push": true, diff --git a/apps/run/project.json b/apps/run/project.json index 08ed5d08..dabfe26f 100644 --- a/apps/run/project.json +++ b/apps/run/project.json @@ -81,6 +81,7 @@ "executor": "@nx-tools/nx-container:build", "dependsOn": ["build"], "options": { + "file": "apps/run/Dockerfile", "platforms": ["linux/amd64", "linux/arm64"], "engine": "docker", "push": true, diff --git a/nx.json b/nx.json index 9cd41057..1e4416f8 100644 --- a/nx.json +++ b/nx.json @@ -98,7 +98,5 @@ }, "include": ["apps/run/**/*"] } - ], - "nxCloudId": "670fcac1c44cc6732ed40361", - "useLegacyCache": true + ] }