Skip to content

Commit 488de6c

Browse files
authored
Update README.md
1 parent 133c696 commit 488de6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ $ make run ## Download, build, and install all dependencies. Run project
5151
#### In Docker
5252

5353
```
54-
$ docker build --no-cache -t example-crud .
55-
$ docker run -t example-crud
54+
$ docker build -t example-crud .
55+
$ docker run -p 8000:8000 -t example-crud
5656
```
5757

5858
---

0 commit comments

Comments
 (0)