add update script
This commit is contained in:
parent
355ac86d69
commit
a57e1c9684
2 changed files with 37 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM alpine/git
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
ADD update /update
|
||||
|
||||
ENTRYPOINT /update
|
Loading…
Add table
Add a link
Reference in a new issue