2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
This commit is contained in:
kev
2015-05-28 07:30:09 +08:00
parent 1ba3d0196a
commit 01c7f10288

View File

@@ -31,8 +31,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 627220E7 \
&& apt-get remove -y build-essential \ && apt-get remove -y build-essential \
&& apt-get autoremove -y \ && apt-get autoremove -y \
&& apt-get clean -y \ && apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/*
&& mkdir /var/log/supervisor/
ADD ./001-scrapyd /etc/scrapyd/conf.d/ ADD ./001-scrapyd /etc/scrapyd/conf.d/
ADD ./supervisord.conf /etc/supervisor/supervisord.conf ADD ./supervisord.conf /etc/supervisor/supervisord.conf