diff --git a/README.md b/README.md index 9328fe8..d4ebff9 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,11 @@ ## What's unfinished - Ranking (with cache system for fast search) - Adding Grotto & DC landing pages - Converting Flash-based media players to HTML5. + +## Development + +To build the image, checkout the repo and run + +```shell +docker build -t metin2/web:test -f docker/image/prod/apache.Dockerfile . +```