Last active
December 13, 2023 21:23
-
-
Save phanect/ebfc640f2af51377188f1ef6c6296237 to your computer and use it in GitHub Desktop.
local-php-server.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -it -p 4000:80 -v /path/to/siteroot:/var/www/html php:apache-buster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment