Skip to content

Commit

Permalink
Remove docker compose file coming from Sylius in test application
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed May 25, 2024
1 parent eaad1d2 commit 23cbd98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ setup_application:
${APP_DIR}/docker-compose.yaml:
rm -f ${APP_DIR}/docker-compose.yml
rm -f ${APP_DIR}/docker-compose.yaml
rm -f ${APP_DIR}/compose.yml
rm -f ${APP_DIR}/compose.override.dist.yml
ln -s ../../docker-compose.yaml.dist ${APP_DIR}/docker-compose.yaml
.PHONY: ${APP_DIR}/docker-compose.yaml

Expand Down

0 comments on commit 23cbd98

Please sign in to comment.