Adapt default test container command (#616)

This commit is contained in:
jekkos
2016-06-15 14:22:24 +02:00
committed by GitHub
parent 4119d8d5a8
commit 1392055d44

View File

@@ -8,4 +8,4 @@ COPY package.json .
COPY test .
RUN npm install
CMD ['while ! curl web/index.php | grep username; do sleep 1; done; && grunt mochaWebdriver:test']
CMD ['while ! curl web/index.php | grep username; do sleep 1; done;']