mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(build): Dockerfile windows entrypoint (#1831)
This commit is contained in:
parent
b17e586d63
commit
a18284ecc6
1 changed files with 1 additions and 1 deletions
|
@ -46,4 +46,4 @@ EXPOSE 7474
|
||||||
|
|
||||||
COPY --from=app-builder /out/bin/autobrr* /
|
COPY --from=app-builder /out/bin/autobrr* /
|
||||||
|
|
||||||
ENTRYPOINT C:\autobrr.exe --config C:\config
|
ENTRYPOINT ["C:\\autobrr.exe", "--config", "C:\\config"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue