mirror of
https://github.com/codecov/codecov-action
synced 2026-09-14 20:13:46 +00:00
convert to docker action
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM alpine:3.10
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN apk add --no-cache curl bash git
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
Reference in New Issue
Block a user