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

@ -2,6 +2,4 @@ FROM alpine:3.4
RUN apk add --no-cache ansible
WORKDIR /site
CMD ["ansible-playbook", "--help"]