Skip to content

Commit 99211a3

Browse files
committed
fix(setup): remove compose files from sylius standard to use our file
1 parent 49c4848 commit 99211a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ setup_application:
8383
${APP_DIR}/docker-compose.yaml:
8484
rm -f ${APP_DIR}/docker-compose.yml
8585
rm -f ${APP_DIR}/docker-compose.yaml
86+
rm -f ${APP_DIR}/compose.yml
87+
rm -f ${APP_DIR}/compose.override.dist.yml
8688
ln -s ../../docker-compose.yaml.dist ${APP_DIR}/docker-compose.yaml
8789
.PHONY: ${APP_DIR}/docker-compose.yaml
8890

0 commit comments

Comments
 (0)