Added batch scripts to run/develop the app on Windows
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@ECHO OFF
|
||||
|
||||
docker run --rm -d -w "/usr/src/colossus" -v "%cd%:/usr/src/colossus" -p 8080:8080 --name colossus php:8.1 php -S 0.0.0.0:8080 -t public public/index.php
|
||||
Reference in New Issue
Block a user