Files
opensourcepos/Dockerfile.test
jekkos 6b5d61414c Enable item kit return (#655)
Don't install curl in test container (#616)
2016-06-15 17:34:39 +02:00

12 lines
228 B
Docker

FROM digitallyseamless/nodejs-bower-grunt:5
MAINTAINER jekkos
# apt-get install curl
COPY Gruntfile.js .
COPY package.json .
COPY test .
RUN npm install
# CMD ['while ! curl web/index.php | grep username; do sleep 1; done;']