drop sqlite

This commit is contained in:
JurajKubrican
2025-08-04 15:22:34 +02:00
parent 73b2e445b4
commit a393b03d98
6 changed files with 26 additions and 192 deletions

View File

@@ -53,8 +53,10 @@ jobs:
- name: Run new container
run: |
docker run -d --name $IMAGE_NAME -p $PORT:54321 --restart=always -v "/volume2/docker/$IMAGE_NAME/data:/app/data" "$IMAGE_NAME:latest"
docker run -d --name $IMAGE_NAME -p $PORT:54321 --restart=always \
-v "/volume2/docker/$IMAGE_NAME/data:/app/data" \
"$IMAGE_NAME:latest"
- name: Cleanup
run: |
docker image prune -a -f --filter="label=$IMAGE_NAME"
docker image prune -a -f