removed the workdir

This commit is contained in:
Paul Voss
2016-08-13 11:49:19 +02:00
parent d86b6f3b14
commit 9c408dfb29
5 changed files with 1 additions and 8 deletions

View File

@ -5,6 +5,4 @@ RUN dnf -y install \
openssh-clients \
&& dnf clean all
WORKDIR /site
CMD ["ansible-playbook", "--help"]