There was an error while loading. Please reload this page.
1 parent 1d274c2 commit c925927Copy full SHA for c925927
Makefile
@@ -134,7 +134,7 @@ initservices:
134
@echo $$ENABLED_SERVICES > ./.enabled_services
135
136
up: initcomposevars initservices
137
-${DOCKER_COMPOSE} up ${DETACH} $(file < ./.enabled_services)
+${DOCKER_COMPOSE} up ${DETACH} $(shell head -n1 .enabled_services)
138
139
down: initcomposevars
140
# NOTE: To suppress podman warnings about missing containers use:
0 commit comments