Use splited Dockerfile
This commit is contained in:
parent
cdb3722c17
commit
48c1cf7c61
7 changed files with 232 additions and 233 deletions
|
@ -98,7 +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", "/var/log", "/datastorage", "/tmp", "$QUAYCONF/etcd"]
|
||||
VOLUME ["$QUAYCONF/stack", "/conf/stack", "/conf/etcd", "/var/log", "/datastorage", "/tmp", "$QUAYCONF/etcd"]
|
||||
|
||||
EXPOSE 443 8443 80
|
||||
|
|
Reference in a new issue