Skip to content

devdrops/php-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PHP Built-in Server

A Docker image that provides the usage for PHP built-in server. Available at Docker Hub.

How to Use?

  1. Add the image to your project.
  2. Run the following:
docker run -ti \
  -v $(pwd):/code \
  -w /code \
  -p 8080:8080 \
  devdrops/php-server:latest \
  php -S 0.0.0.0:8080
  1. You can access the project content at http://0.0.0.0:8080/ on the host machine.

About

A Docker image that provides the usage for PHP built-in server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published