Renamed old dockerfile

This commit is contained in:
SteamPixel 2020-01-10 22:50:16 +01:00
parent 8e9dfc667d
commit 08e5748f1a
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ By default the router will ignore trailing slashes. Set the third parameter to t
## Test setup with Docker ## Test setup with Docker
I have created a little Docker test setup. I have created a little Docker test setup.
1. Build the image: `docker build -t simplephprouter docker/image` 1. Build the image: `docker build -t simplephprouter docker/image-php-7.2`
2. Spin up a container 2. Spin up a container
* On Linux / Mac or Windows Powershell use: `docker run -d -p 80:80 -v $(pwd):/var/www/html --name simplephprouter simplephprouter` * On Linux / Mac or Windows Powershell use: `docker run -d -p 80:80 -v $(pwd):/var/www/html --name simplephprouter simplephprouter`