Fix typo in README's docker build command.

This commit is contained in:
Max Thyen 2015-10-23 17:16:25 -05:00
parent 5b84d14dcd
commit bba581bae6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ EXPOSE 8080
Then simply run: Then simply run:
``` ```
$ docker build -t node-app $ docker build -t node-app .
... ...
$ docker run --rm -it node-app $ docker run --rm -it node-app
``` ```