Update dockerfile

This commit is contained in:
qiaofeng1227 2021-12-20 11:48:39 +08:00 committed by GitHub
parent 5f66606ff4
commit 8a5562456e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,3 @@ RUN ansible-playbook role_common/tests/test.yml
RUN git clone https://github.com/Websoft9/role_template
VOLUME "/ansible"
# Define the entry point for the docker container.
CMD ["bash" "-c" "echo ansible RunTime is OK!"]