mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 05:27:24 +00:00
correct directory for entrypoint shell file
This commit is contained in:
parent
f3f8338f33
commit
a96c599aa3
1 changed files with 2 additions and 2 deletions
|
|
@ -5,6 +5,6 @@ COPY . /app
|
||||||
|
|
||||||
RUN apk add --no-cache curl bash git
|
RUN apk add --no-cache curl bash git
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /app/entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||||
Loading…
Reference in a new issue