rename docker-entrypoint to container-entrypoint

Signed-off-by: Claudius Heine <ch@denx.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Claudius Heine
2020-09-28 09:02:12 +02:00
committed by Jan Kiszka
parent 52adce2387
commit bb303ced8c
3 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ ENV NO_PROXY="*"
COPY . /kas
RUN pip3 --proxy=$https_proxy install /kas
ENTRYPOINT ["/kas/docker-entrypoint"]
ENTRYPOINT ["/kas/container-entrypoint"]