Skip to content

Commit

Permalink
Updates for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed Dec 17, 2017
1 parent 285e2f0 commit c340889
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ RUN ls -lisa
RUN cp .coverage/.coverage janitoo_docker_tests/ && \
make -C janitoo_docker_tests coveralls

#RUN make uninstall-all && \
# make uninstall-all && \
# make install-all
# comment RUN make uninstall-all && \
# comment make uninstall-all && \
# comment make install-all

#VOLUME ["/root/.ssh/", "/etc/nginx/conf.d/", "/var/log", "/etc/mosquitto/", "/var/lib/mosquitto/", "/etc/supervisor/", "/opt/janitoo/home/", "/opt/janitoo/etc/", "/opt/janitoo/src/"]
# comment VOLUME ["/root/.ssh/", "/etc/nginx/conf.d/", "/var/log", "/etc/mosquitto/", "/var/lib/mosquitto/", "/etc/supervisor/", "/opt/janitoo/home/", "/opt/janitoo/etc/", "/opt/janitoo/src/"]

#EXPOSE 22 1883 5005 8080 8085 8086 9001
# comment EXPOSE 22 1883 5005 8080 8085 8086 9001

CMD ["/root/auto.sh"]

0 comments on commit c340889

Please sign in to comment.