Add volume

master
andryyy 2017-01-01 19:49:02 +01:00
parent bf28a04dc1
commit b5e5f8f934
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ COPY supervisord.conf /etc/supervisor/supervisord.conf
EXPOSE 20000 EXPOSE 20000
EXPOSE 9191 EXPOSE 9191
VOLUME /usr/lib/GNUstep/SOGo/WebServerResources/
CMD exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf CMD exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*