fix(docker-readme): remove useless dash from the DB image build command

This commit is contained in:
Jillian Österreich 2024-11-12 16:38:25 +07:00
parent b011fe51e4
commit 32fb69da5f
No known key found for this signature in database
GPG key ID: A530A49EB5346E40

View file

@ -30,7 +30,7 @@ docker build -t ghcr.io/openvk/openvk/php:8.2-apache ../../.. -f base-php-apache
DB images:
```
docker build -t ghcr.io/openvk/openvk/mariadb:10.9-primary ../../.. -f mariadb-primary.Dockerfile
docker build -t ghcr.io/openvk/openvk/mariadb:10.9-eventdb ../../.. --f mariadb-eventdb.Dockerfile
docker build -t ghcr.io/openvk/openvk/mariadb:10.9-eventdb ../../.. -f mariadb-eventdb.Dockerfile
```
OpenVK main image:
```