Skip to content

Commit

Permalink
chore: deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Apr 26, 2024
1 parent 6bbd2ed commit ce748be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: keep adding any new profiles here:
ALL_PROFILES := all,storage,donotstart
export COMPOSE_ENV_FILES ?= .env,.secrets,apps/console/.env,apps/console/.secrets
export COMPOSE_ENV_FILES ?= .env,.secrets,.env.local,apps/console/.env,apps/console/.secrets

# Target for running the action
TARGET = $(word 1,$(subst -, ,$*))
Expand Down

0 comments on commit ce748be

Please sign in to comment.