fix(build): Dockerfile windows entrypoint (#1831)

This commit is contained in:
ze0s 2024-11-24 00:19:45 +01:00 committed by GitHub
parent b17e586d63
commit a18284ecc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,4 +46,4 @@ EXPOSE 7474
COPY --from=app-builder /out/bin/autobrr* /
ENTRYPOINT C:\autobrr.exe --config C:\config
ENTRYPOINT ["C:\\autobrr.exe", "--config", "C:\\config"]