fix path and IO redirection
This commit is contained in:
parent
3614accd76
commit
73ffdfd63a
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ FROM alpine/git
|
|||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
ADD update /bin/update
|
||||
ADD ./update /usr/bin/update
|
||||
|
||||
# Override ENTRYPOINT of alpine/git
|
||||
ENTRYPOINT /bin/sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue