Updated Dockerfile (#2695)

### What problem does this PR solve?

Updated Dockerfile

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [x] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
Zhichang Yu
2024-09-30 18:13:06 +08:00
committed by GitHub
parent 0a7654c747
commit 1518824b0c
3 changed files with 22 additions and 34 deletions

View File

@ -60,6 +60,7 @@ jobs:
sudo docker compose -f docker/docker-compose.yml up -d
- name: Stop ragflow:dev-slim
if: always() # always run this step even if previous steps failed
run: |
sudo docker compose -f docker/docker-compose.yml down -v
@ -69,5 +70,6 @@ jobs:
sudo docker compose -f docker/docker-compose.yml up -d
- name: Stop ragflow:dev
if: always() # always run this step even if previous steps failed
run: |
sudo docker compose -f docker/docker-compose.yml down -v