Last active
November 4, 2018 02:25
mongo-crud docker/Dockerfile.test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM docker_backend | |
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.2.1/wait /wait | |
RUN chmod +x /wait | |
ENV NODE_ENV dev | |
RUN npm install && npm install -g mocha | |
ARG port=80 | |
CMD /wait && mocha test/unitTests.js --exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment