mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
update
This commit is contained in:
parent
51656653b1
commit
02e298ccc5
4
.github/workflows/develop.yml
vendored
4
.github/workflows/develop.yml
vendored
@ -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
|
||||
@ -27,7 +27,6 @@ services:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile.local
|
||||
container_name: frontend
|
||||
platform: linux/amd64
|
||||
volumes:
|
||||
- ./frontend:/usr/src/app
|
||||
ports:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user