We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba1b67 commit 1522210Copy full SHA for 1522210
Makefile
@@ -143,7 +143,7 @@ $(CONFIG):
143
# $(ENV): Prints the evaluated docker compose default env configuration.
144
#
145
$(ENV):
146
- @source $(COMPOSE_ENV_FILE) && \
+ @. ./$(COMPOSE_ENV_FILE) && \
147
awk -F '=' '/^[^#]/ { \
148
gsub(/^[[:space:]]+|[[:space:]]+$$/, ""); \
149
value = ENVIRON[$$1]; \
0 commit comments