Skip to content

Commit

Permalink
Have make compose_build create .env if its missing (getredash#6339)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored Aug 2, 2023
1 parent 204e5c1 commit 71bf65b
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 @@
.PHONY: compose_build up test_db create_database clean down tests lint backend-unit-tests frontend-unit-tests test build watch start redis-cli bash

compose_build:
compose_build: .env
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build

up:
Expand Down

0 comments on commit 71bf65b

Please sign in to comment.