Copy curl into test container (#616)

This commit is contained in:
jekkos
2016-06-15 18:42:49 +02:00
parent 1cadd2b06b
commit c39e0a2ed4

View File

@@ -6,6 +6,7 @@ MAINTAINER jekkos
COPY Gruntfile.js .
COPY package.json .
COPY test .
RUN npm install
COPY curl .
# RUN npm install
# CMD ['while ! curl web/index.php | grep username; do sleep 1; done;']
CMD ['while ! curl web/index.php | grep username; do sleep 1; done;']