Updating readme files to use the right make functions for build and serve

This commit is contained in:
Lars Helmuth Probst
2020-09-08 14:26:09 +02:00
parent 71e55e48e5
commit d12b6a6715
10 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -38,13 +38,13 @@ La façon recommandée d'exécuter le site web Kubernetes localement est d'utili
Si vous avez Docker [up and running](https://www.docker.com/get-started), construisez l'image Docker `kubernetes-hugo' localement:
```bash
make docker-image
make container-image
```
Une fois l'image construite, vous pouvez exécuter le site localement :
```bash
make docker-serve
make container-serve
```
Ouvrez votre navigateur à l'adresse: http://localhost:1313 pour voir le site.