Skip to content

Commit

Permalink
Update Dockerized Dev Env for structure changes (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
schreiaj authored Oct 1, 2024
1 parent 80f524b commit 831b3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OCR/dev-env.yaml → dev-env.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
services:
ocr:
build:
context: .
context: ./OCR
dockerfile: dev-dockerfile
ports:
- "8000:8000"
volumes:
- .:/ocr
- ./OCR:/ocr
restart: no
command: "/bin/sh -c 'poetry install && poetry run fastapi dev ocr/api.py --host 0.0.0.0 --port 8000'"
frontend:
Expand Down

0 comments on commit 831b3ef

Please sign in to comment.