Remove the deploy directory from the code base, as it is not necessary AND it contains an (old) copy of our development config, which should never have been checked into this repository in the first place

This commit is contained in:
Joseph Schorr 2018-01-31 18:57:08 -05:00
parent 43d74d808c
commit 493b278de8
40 changed files with 6 additions and 991 deletions

View file

@ -98,6 +98,7 @@ RUN venv/bin/python -m external_libraries
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /root/.cache
VOLUME ["/var/log", "/datastorage", "/tmp"]
ADD detect-config.sh .
RUN ./detect-config.sh
RUN mkdir scripts
ADD scripts/detect-config.sh scripts/.
RUN ./scripts/detect-config.sh
EXPOSE 443 8443 80