mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
correct directory for entrypoint shell file
This commit is contained in:
@@ -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" ]
|
||||||
Reference in New Issue
Block a user