Skip to content
Snippets Groups Projects
Unverified Commit 0f2af9f4 authored by Russell Jarvis's avatar Russell Jarvis Committed by GitHub
Browse files

Update DevelopingFrontEnd.MD

parent 7a8e072a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Build the docker image instead of pulling it from a remote.
```
sudo docker build . -t dash_mode
```
Run what you buit:
Run what you built:
```
docker run -p 8050:8050 dash_mode
```
......@@ -27,7 +27,7 @@ Rebuild
```
sudo docker build . -t dash_mode
```
Run what you buit:
Run what you built:
```
docker run -p 8050:8050 dash_mode
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment