This commit is contained in:
parent
3af909d348
commit
5554e2dedf
3 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@ USER root
|
||||||
COPY makepkg.sh /usr/local/bin/drone-makepkg
|
COPY makepkg.sh /usr/local/bin/drone-makepkg
|
||||||
USER builder
|
USER builder
|
||||||
|
|
||||||
ENTRYPOINT ["drone-makepkg"]
|
ENTRYPOINT ["/usr/local/bin/drone-makepkg"]
|
||||||
|
|
|
@ -4,4 +4,4 @@ USER root
|
||||||
COPY makepkg.sh /usr/local/bin/drone-makepkg
|
COPY makepkg.sh /usr/local/bin/drone-makepkg
|
||||||
USER builder
|
USER builder
|
||||||
|
|
||||||
ENTRYPOINT ["drone-makepkg"]
|
ENTRYPOINT ["/usr/local/bin/drone-makepkg"]
|
||||||
|
|
0
makepkg.sh
Normal file → Executable file
0
makepkg.sh
Normal file → Executable file
Loading…
Reference in a new issue