Skip to content

anapsix/php-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

docker build -t php-api-demo .

Run, previously built

docker run -it --rm -p 8080:80 php-api-demo

Run, while making changes live

docker run -it --rm -p 8080:80 -v $(pwd):/srv/app php-api-demo

Test with curl

curl 127.0.0.1/api/test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published