From 33a181ec61614f2b9c1de34651928468ebd0858a Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Mon, 29 Jul 2024 12:21:37 +0200 Subject: [PATCH] Remove Sylius default robots txt while setup application --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9b353ae..ab343cb 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ setup_application: $(MAKE) apply_dist (cd ${APP_DIR} && ${COMPOSER} require --no-progress monsieurbiz/${PLUGIN_NAME}="*@dev") rm -rf ${APP_DIR}/var/cache + rm -f ${APP_DIR}/robots.txt # Remove the default robots.txt file to let our controller render contents ${APP_DIR}/docker-compose.yaml: