mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use local dockerfile with content-fetch
This commit is contained in:
parent
cc484fd49a
commit
456b7d7bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ services:
|
|||
content-fetch:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./packages/content-fetch/Dockerfile
|
||||
dockerfile: ./packages/content-fetch/Dockerfile-local
|
||||
container_name: "omnivore-content-fetch"
|
||||
expose:
|
||||
- 9090
|
||||
|
|
|
|||
Loading…
Reference in a new issue