Skip to content

Commit

Permalink
Remove Sylius default robots txt while setup application
Browse files Browse the repository at this point in the history
maximehuran committed Jul 29, 2024
1 parent dda953c commit 33a181e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 33a181e

Please sign in to comment.