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
@@ -41,13 +41,13 @@
도커 [동작 및 실행](https://www.docker.com/get-started) 환경이 있는 경우, 로컬에서 `kubernetes-hugo` 도커 이미지를 빌드 합니다:
```bash
make docker-image
make container-image
```
해당 이미지가 빌드 된 이후, 사이트를 로컬에서 실행할 수 있습니다:
```bash
make docker-serve
make container-serve
```
브라우저에서 http://localhost:1313 를 열어 사이트를 살펴봅니다. 소스 파일에 변경 사항이 있을 때, Hugo는 사이트를 업데이트하고 브라우저를 강제로 새로고침합니다.