mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-06 14:39:25 +00:00
convert to docker action
This commit is contained in:
parent
8b22c3537a
commit
f3f8338f33
4 changed files with 22 additions and 4 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal file
|
|
@ -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" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue