Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRajnoha authored Nov 1, 2023
1 parent 64e65d4 commit 3427fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tour de App - Nette boiler plate

Šablona pro vývoj aplikace v soutěži Tour de App společně s vytvořením a nahráním výstupu využívající framework [Nette](https://nette.org/cs/)
Šablona pro vývoj aplikace v soutěži Tour de App s čistým php a Apache webserverem

## Lokální spuštění

Expand All @@ -14,8 +14,8 @@ Prerekvizity
- Nainstalovaný a běžící [Docker](https://www.docker.com/)

```
docker build . -t tda-nette
docker run -p 8080:80 -v ${pwd}:/app tda-nette
docker build . -t tda-php
docker run -p 8080:80 -v ${pwd}:/app tda-php
```


Expand Down

0 comments on commit 3427fd5

Please sign in to comment.