Skip to content

Commit f367b19

Browse files
committed
Merge pull request #58 from maxthyen/master
Fix typo in README's docker build command.
2 parents 5b84d14 + bba581b commit f367b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EXPOSE 8080
3333
Then simply run:
3434

3535
```
36-
$ docker build -t node-app
36+
$ docker build -t node-app .
3737
...
3838
$ docker run --rm -it node-app
3939
```

0 commit comments

Comments
 (0)