Skip to content

Instantly share code, notes, and snippets.

@phanect
Last active December 13, 2023 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phanect/ebfc640f2af51377188f1ef6c6296237 to your computer and use it in GitHub Desktop.
Save phanect/ebfc640f2af51377188f1ef6c6296237 to your computer and use it in GitHub Desktop.
local-php-server.sh
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