Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Oct 31, 2024
1 parent 22c37e9 commit cda717f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/fetcher/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions apps/proxy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions apps/run/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 1 addition & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,5 @@
},
"include": ["apps/run/**/*"]
}
],
"nxCloudId": "670fcac1c44cc6732ed40361",
"useLegacyCache": true
]
}

0 comments on commit cda717f

Please sign in to comment.