Skip to content

Commit bba581b

Browse files
author
Max Thyen
committed
Fix typo in README's docker build command.
1 parent 5b84d14 commit bba581b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)