Skip to content

Commit fc2d4e4

Browse files
errors during build (env-file)
1 parent d679488 commit fc2d4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Variables
33
##################
44

5-
DOCKER_COMPOSE = docker-compose -f ./docker/docker-compose.yml
5+
DOCKER_COMPOSE = docker-compose -f ./docker/docker-compose.yml --env-file ./docker/.env
66
DOCKER_COMPOSE_PHP_FPM_EXEC = ${DOCKER_COMPOSE} exec -u www-data php-fpm
77

88
##################

0 commit comments

Comments
 (0)