Last active
November 4, 2018 02:25
-
-
Save torchhound/6c5d1689dd5a6885c7c406644f6bc45f to your computer and use it in GitHub Desktop.
mongo-crud docker/Dockerfile.test
This file contains 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