statping/dev/Dockerfile-cypress

15 lines
357 B
Plaintext
Raw Normal View History

2018-08-19 23:51:56 +00:00
FROM cypress/browsers:chrome67
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
# Statup 'test' image for running a full test using the production environment
WORKDIR $HOME/statup
ADD dev/test .
RUN npm install node-sass
ENV SASS=node-sass
RUN npm install
ADD ./statup-linux-amd64 /usr/local/bin/statup
RUN statup version
2018-08-19 23:51:56 +00:00
RUN npm run test-docker