Use splited Dockerfile

This commit is contained in:
Antoine Legrand 2017-07-06 23:50:38 +02:00
parent cdb3722c17
commit 48c1cf7c61
7 changed files with 232 additions and 233 deletions

View file

@ -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