mirror of
https://github.com/Simple-Tracker/qBittorrent-ClientBlocker.git
synced 2025-01-09 04:07:55 +08:00
Use absolute path to entrypoint.sh (#97)
This commit is contained in:
parent
82665e12e9
commit
9a72d69f6c
@ -30,4 +30,4 @@ COPY --from=go /app ./
|
||||
RUN chmod +x ./entrypoint.sh
|
||||
RUN apk update && apk add --no-cache jq socat
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user