mirror of
https://github.com/codecov/codecov-action
synced 2026-09-07 20:03:43 +00:00
correct directory for entrypoint shell file
This commit is contained in:
+2
-2
@@ -5,6 +5,6 @@ COPY . /app
|
||||
|
||||
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