diff options
Diffstat (limited to 'Services/apache')
| -rw-r--r-- | Services/apache/README.md | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/Services/apache/README.md b/Services/apache/README.md index 731c237..b6c6764 100644 --- a/Services/apache/README.md +++ b/Services/apache/README.md @@ -9,13 +9,13 @@ This container run 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-apache Services/apache/ +	docker build -t sv-apache Services/apache/  ### Running local image  | 
