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:
parent
abd1dc4e0d
commit
837fa82b7e
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue