File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ sub_platform() {
216216 fi
217217
218218 # Generate the docker compose file with all .env variables substituted (bake seems not to support this)
219- $DOCKER_COMPOSE config & > docker-compose.bake.yml
219+ $DOCKER_COMPOSE -f docker-compose.yml config & > docker-compose.bake.yml
220220 cat docker-compose.bake.yml
221221
222222 # Build with Bake, so the image can be loaded into local docker context
Original file line number Diff line number Diff line change 1717# limitations under the License.
1818#
1919
20- version : " 3.7"
21-
2220services :
2321 deps :
2422 image : metacall/core:deps
@@ -66,8 +64,6 @@ services:
6664 DETOUR_LIBRARY_PATH : $METACALL_PATH/build
6765 PORT_LIBRARY_PATH : $METACALL_PATH/build
6866 NODE_PATH : /usr/lib/node_modules
69- depends_on :
70- - deps
7167
7268 runtime :
7369 image : metacall/core:runtime
@@ -91,8 +87,6 @@ services:
9187 DETOUR_LIBRARY_PATH : /usr/local/lib
9288 PORT_LIBRARY_PATH : /usr/local/lib
9389 NODE_PATH : /usr/local/lib/node_modules
94- depends_on :
95- - dev
9690
9791 cli :
9892 image : metacall/core:cli
@@ -112,6 +106,3 @@ services:
112106 DETOUR_LIBRARY_PATH : /usr/local/lib
113107 PORT_LIBRARY_PATH : /usr/local/lib
114108 NODE_PATH : /usr/local/lib/node_modules
115- depends_on :
116- - dev
117- - runtime
You can’t perform that action at this time.
0 commit comments