Use absolute path to entrypoint.sh (#97)

This commit is contained in:
Ethan Zuo 2024-07-27 20:43:18 +08:00 committed by GitHub
parent 82665e12e9
commit 9a72d69f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]