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