mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-20 10:02:04 +00:00
fix incorrect Dockerfile path
This commit is contained in:
parent
99fa6d57b1
commit
a17e51d55d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ services:
|
|||
# maybe some day...
|
||||
# image: ghcr.io/TheBeastLT/torrentio-addon:latest
|
||||
build:
|
||||
context: ${ROOT_DIR:-.}
|
||||
context: ${ROOT_DIR:-.}/addon
|
||||
dockerfile: Dockerfile
|
||||
container_name: torrentio
|
||||
hostname: torrentio
|
||||
|
|
|
|||
Loading…
Reference in a new issue