1
0
Fork 0
mirror of https://github.com/Luzifer/docker-php5-nginx.git synced 2024-11-08 14:10:06 +00:00

Fixed code block

This commit is contained in:
Knut Ahlers 2014-09-07 01:07:44 +02:00
parent abd1dc4e0d
commit 837fa82b7e

View file

@ -30,7 +30,9 @@ CMD ["/usr/local/bin/container-run.sh"]
Then, execute the following to build the image: Then, execute the following to build the image:
docker build -t myuser/myapp . ```
docker build -t myuser/myapp .
```
This will create an image named `myuser/myapp` with your application ready to go. This will create an image named `myuser/myapp` with your application ready to go.
To launch it, just type: To launch it, just type: