From e825992d583d048524ab56ecb8089b661f77307e Mon Sep 17 00:00:00 2001 From: Tr0n Date: Wed, 1 Jan 2025 17:27:40 +0100 Subject: [PATCH] add docker build command to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 . +```