Skip to content

Commit

Permalink
Auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed Dec 20, 2015
1 parent d4f9b03 commit d097fb5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ RUN /usr/bin/supervisord && make tests-all

RUN ls -lisa

#RUN make coverage-all
RUN make coverage-all
#RUN cd .coverage && coverage report
RUN make coverage-collect
#RUN make coverage-collect

RUN cp .coverage/.coverage janitoo_docker_tests/ && \
cd janitoo_docker_tests && \
export COVERALLS_REPO_TOKEN=3XGlPDJ1miuq8vVeZkjq1PSxyCUnHGBMZ && \
coveralls

VOLUME ["/etc/nginx/conf.d/", "/var/log/nginx", "/etc/mosquitto/", "/var/data/mosquitto", "/var/log/mosquitto", "/opt/janitoo/home", "/opt/janitoo/log", "/opt/janitoo/etc"]

EXPOSE 22 1883 5005 8085 9001

CMD ["/usr/bin/supervisord", "--nodaemon"]

0 comments on commit d097fb5

Please sign in to comment.