Merge pull request #29 from svc-design/ci-runner-alpine-ansible-lint

alpine-ansible-lint: add CMD for Dockerfile
This commit is contained in:
shenlan 2024-04-13 19:03:58 +08:00 committed by GitHub
commit ce1370b0a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,3 +30,4 @@ WORKDIR /src
ADD entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/sh"]