This commit is contained in:
leehk 2025-04-11 21:47:55 +08:00
parent 51656653b1
commit 02e298ccc5
2 changed files with 3 additions and 2 deletions

View File

@ -81,4 +81,6 @@ jobs:
# run: docker exec backend pipenv run python -m black . --check
# - name: isort
# run: docker exec backend pipenv run python -m isort . --check-only
- name: Cleanup container at end of job
if: always()
run: docker stop backend || true && docker rm backend || true

View File

@ -27,7 +27,6 @@ services:
context: ./frontend
dockerfile: Dockerfile.local
container_name: frontend
platform: linux/amd64
volumes:
- ./frontend:/usr/src/app
ports: