Add image building and migration testing instructions to README. #1

Merged
Exynox merged 2 commits from Tr0n/web:docs/build into master 2025-01-12 16:52:25 +02:00
Showing only changes of commit 1e44762b30 - Show all commits

View File

@ -16,3 +16,11 @@ ## What's unfinished
- Ranking (with cache system for fast search) - Ranking (with cache system for fast search)
- Adding Grotto & DC landing pages - Adding Grotto & DC landing pages
- Converting Flash-based media players to HTML5. - 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 .
```