Skip to content

Commit f3bb201

Browse files
committed
bug #109 Fix make serve with web-server-bundle (sstok)
This PR was merged into the master branch. Discussion ---------- Fix `make serve` with web-server-bundle | Q | A | ------------- | --- | License | MIT When renaming the directory structure, this was forgotten. Commits ------- 761095a Fix `make serve` with web-server-bundle
2 parents 6112af8 + 761095a commit f3bb201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sf_console:
1313

1414
serve_as_sf: sf_console
1515
@test -f $(CONSOLE) && $(CONSOLE)|grep server:start > /dev/null || ${MAKE} serve_as_php
16-
@$(CONSOLE) server:start || exit 1
16+
@$(CONSOLE) server:start --docroot=public/ || exit 1
1717

1818
@printf "Quit the server with \033[32;49mbin/console server:stop.\033[39m\n"
1919

0 commit comments

Comments
 (0)