Skip to content

Commit

Permalink
fix: typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sprtokiller authored Oct 29, 2024
1 parent b15654f commit d21bca6
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 @@ -34,7 +34,7 @@ Aplikace bude přístupná na `http://127.0.0.1:8000`
#### Spuštění

```
docker-build . -t tda-django
docker build . -t tda-django
docker run -p 8080:80 -v ${PWD}:/app tda-django
```

Expand Down

0 comments on commit d21bca6

Please sign in to comment.