Добавлен docker-compose.yml и docker-update-entrypoint.sh для update-db контейнера

This commit is contained in:
2026-01-30 16:02:26 +03:00
parent cc05f2920f
commit 1da7621a63
2 changed files with 45 additions and 0 deletions

4
src/dist/docker-update-entrypoint.sh vendored Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
sed -i "s|$ncoredb|rdb:ncoredb|g" config/ncore-properties.xml
bin/update-db $0