Skip to content

Commit fd03ba8

Browse files
committed
Update config
1 parent dbffef1 commit fd03ba8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

apps/fetcher/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"executor": "@nx-tools/nx-container:build",
7171
"dependsOn": ["build"],
7272
"options": {
73+
"file": "apps/fetcher/Dockerfile",
7374
"platforms": ["linux/amd64", "linux/arm64"],
7475
"engine": "docker",
7576
"push": true,

apps/proxy/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"executor": "@nx-tools/nx-container:build",
6565
"dependsOn": ["build"],
6666
"options": {
67+
"file": "apps/proxy/Dockerfile",
6768
"platforms": ["linux/amd64", "linux/arm64"],
6869
"engine": "docker",
6970
"push": true,

apps/run/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"executor": "@nx-tools/nx-container:build",
8282
"dependsOn": ["build"],
8383
"options": {
84+
"file": "apps/run/Dockerfile",
8485
"platforms": ["linux/amd64", "linux/arm64"],
8586
"engine": "docker",
8687
"push": true,

nx.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,5 @@
9898
},
9999
"include": ["apps/run/**/*"]
100100
}
101-
],
102-
"nxCloudId": "670fcac1c44cc6732ed40361",
103-
"useLegacyCache": true
101+
]
104102
}

0 commit comments

Comments
 (0)