chg: pkg: add a process that removes the unnecessary minio-init when it does not needed anymore #14

This commit is contained in:
2026-07-27 18:09:33 +02:00
parent 9ea83d7e6e
commit 1a97c2c4b4
6 changed files with 40 additions and 4 deletions
+3
View File
@@ -36,4 +36,7 @@ jobs:
- name: Start services
run: |
cd "${{ vars.PROD_APP_DIR }}"
docker compose up -d minio
docker compose rm -sf minio_init
docker compose run --rm minio_init
docker compose up -d