File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 70
70
"executor" : " @nx-tools/nx-container:build" ,
71
71
"dependsOn" : [" build" ],
72
72
"options" : {
73
+ "file" : " apps/fetcher/Dockerfile" ,
73
74
"platforms" : [" linux/amd64" , " linux/arm64" ],
74
75
"engine" : " docker" ,
75
76
"push" : true ,
Original file line number Diff line number Diff line change 64
64
"executor" : " @nx-tools/nx-container:build" ,
65
65
"dependsOn" : [" build" ],
66
66
"options" : {
67
+ "file" : " apps/proxy/Dockerfile" ,
67
68
"platforms" : [" linux/amd64" , " linux/arm64" ],
68
69
"engine" : " docker" ,
69
70
"push" : true ,
Original file line number Diff line number Diff line change 81
81
"executor" : " @nx-tools/nx-container:build" ,
82
82
"dependsOn" : [" build" ],
83
83
"options" : {
84
+ "file" : " apps/run/Dockerfile" ,
84
85
"platforms" : [" linux/amd64" , " linux/arm64" ],
85
86
"engine" : " docker" ,
86
87
"push" : true ,
Original file line number Diff line number Diff line change 98
98
},
99
99
"include" : [" apps/run/**/*" ]
100
100
}
101
- ],
102
- "nxCloudId" : " 670fcac1c44cc6732ed40361" ,
103
- "useLegacyCache" : true
101
+ ]
104
102
}
You can’t perform that action at this time.
0 commit comments