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:
parent
43d74d808c
commit
493b278de8
40 changed files with 6 additions and 991 deletions
|
@ -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
|
||||
|
|
Reference in a new issue