diff options
Diffstat (limited to 'Services/php/README.md')
-rw-r--r-- | Services/php/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Services/php/README.md b/Services/php/README.md index c76aed1..7d85d27 100644 --- a/Services/php/README.md +++ b/Services/php/README.md @@ -9,13 +9,13 @@ This container run php via apache on fedora server. ### Building docker image Copy the sources to your docker host - mkdir startx-docker-images; - cd startx-docker-images; - git clone https://github.com/startxfr/docker-images.git . + mkdir startx-docker-images; + cd startx-docker-images; + git clone https://github.com/startxfr/docker-images.git . and build the container - docker build -t sv-php Services/php/ + docker build -t sv-php Services/php/ ### Running local image |