Skip to content

Commit

Permalink
Update docker command for local build
Browse files Browse the repository at this point in the history
  • Loading branch information
jvivian committed Oct 29, 2024
1 parent 4b6a4e3 commit a5358d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Or, build locally:

```bash
docker build -t dfmdash .
docker run -p 8501:8501 jvivian/dfmdash
docker run -p 8501:8501 dfmdash
```

Then, open your browser to `localhost:8501`.
Expand Down

0 comments on commit a5358d3

Please sign in to comment.