Revert unwanted commits

This commit is contained in:
Paimpozhil 2014-05-22 17:44:59 -04:00
parent b78b1f05a4
commit 2ac177b954

View file

@ -22,7 +22,7 @@ RUN tar xvzf docker-gen-linux-amd64-0.2.1.tar.gz
RUN mkdir -p /var/log/supervisor RUN mkdir -p /var/log/supervisor
ADD supervisor.conf /etc/supervisor/conf.d/supervisor.conf ADD supervisor.conf /etc/supervisor/conf.d/supervisor.conf
EXPOSE 443 EXPOSE 80
ENV DOCKER_HOST unix:///tmp/docker.sock ENV DOCKER_HOST unix:///tmp/docker.sock
CMD ["/usr/bin/supervisord"] CMD ["/usr/bin/supervisord"]