mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
fix(docker-readme): remove useless dash from the DB image build command
This commit is contained in:
parent
b011fe51e4
commit
32fb69da5f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ docker build -t ghcr.io/openvk/openvk/php:8.2-apache ../../.. -f base-php-apache
|
||||||
DB images:
|
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-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:
|
OpenVK main image:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue