alpine-ansible-lint: add CMD for Dockerfile
This commit is contained in:
parent
51e88afdab
commit
cd8e1b95be
@ -30,3 +30,4 @@ WORKDIR /src
|
||||
ADD entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["/bin/sh"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user