diff --git a/README.md b/README.md index 4466ca6..9c1d197 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Built using [Hugo](https://gohugo.io/getting-started/installing/) hugo server ``` +Development can also be run using Docker: +```shell script +docker build --no-cache -f Dockerfile.dev -t website-fe . && \ +docker run -it -p 1313:1313 --mount source=$(pwd),target=/src,type=bind --rm website-fe +``` + ## Production To build the production site, run the following command: ```