Browse Source

Create script to host files locally

Useful for testing.
DricomDragon 5 năm trước cách đây
mục cha
commit
edf564f960
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      undeployed/scripts/serve-home.sh

+ 4 - 0
undeployed/scripts/serve-home.sh

@@ -0,0 +1,4 @@
+#!/bin/sh
+# Host pages on LAN
+
+php -S 0.0.0.0:8080 -t '../../web'