Alias entrypoint.sh to build.
This commit is contained in:
parent
306ebb6e49
commit
3da633753e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM moby/buildkit
|
FROM moby/buildkit
|
||||||
|
|
||||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
|
COPY entrypoint.sh /usr/local/bin/build
|
||||||
ENTRYPOINT [ "entrypoint.sh" ]
|
ENTRYPOINT [ "entrypoint.sh" ]
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue