Remove volumes
This commit is contained in:
parent
1ef2308e41
commit
8d07bbc7af
3 changed files with 18 additions and 22 deletions
|
@ -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
|
||||
|
|
Reference in a new issue