1
0
mirror of https://github.com/Luzifer/docker-php5-nginx.git synced 2024-09-19 15:23:02 +00:00

Fixed code block in README

This commit is contained in:
Knut Ahlers 2014-09-07 01:05:23 +02:00
parent 93ffe534e5
commit 3248c67d25

View File

@ -35,7 +35,9 @@ Then, execute the following to build the image:
This will create an image named `myuser/myapp` with your application ready to go.
To launch it, just type:
docker run -d -p 80 myuser/myapp
```
docker run -d -p 80 myuser/myapp
```
Easy!