Skip to content

Commit 909fa3d

Browse files
committed
remove unsupported devrouter in favor of docker compose
1 parent 44f41ec commit 909fa3d

File tree

2 files changed

+3
-44
lines changed

2 files changed

+3
-44
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ shell:
9090
-@cd codepoints.net && php -d auto_prepend_file=init.php -a
9191
.PHONY: shell
9292

93-
serve:
94-
-@php -S localhost:8000 -t codepoints.net bin/devrouter.php
95-
.PHONY: serve
93+
run:
94+
-@docker compose up
95+
.PHONY: run
9696

9797
po: $(DOCROOT)locale/messages.pot $(DOCROOT)locale/js.pot
9898
.PHONY: po

bin/devrouter.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)