Alias entrypoint.sh to build.

This commit is contained in:
redxef 2022-03-09 16:37:09 +01:00
parent 306ebb6e49
commit 3da633753e
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -1,6 +1,7 @@
FROM moby/buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
COPY entrypoint.sh /usr/local/bin/build
ENTRYPOINT [ "entrypoint.sh" ]