add docker build command to readme

This commit is contained in:
Tr0n 2025-01-01 17:27:40 +01:00
parent a0a8f0d129
commit e825992d58
No known key found for this signature in database

View File

@ -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 .
```