Remove volumes

This commit is contained in:
Evan Cordell 2017-07-11 10:34:46 -04:00
parent 1ef2308e41
commit 8d07bbc7af
3 changed files with 18 additions and 22 deletions

View file

@ -98,6 +98,6 @@ COPY external_libraries.py _init.py ./
RUN venv/bin/python -m external_libraries
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /root/.cache
VOLUME ["$QUAYCONF/stack", "/conf/stack", "/conf/etcd", "/var/log", "/datastorage", "/tmp", "$QUAYCONF/etcd"]
VOLUME ["/var/log", "/datastorage", "/tmp"]
EXPOSE 443 8443 80