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

@ -55,6 +55,6 @@ RUN ln -s $QUAYCONF /conf
# /root/node_modules /node_modules /grunt
RUN PYTHONPATH=$QUAYPATH venv/bin/alembic heads | grep -E '^[0-9a-f]+ \(head\)$' > ALEMBIC_HEAD
RUN ./detect-config.sh
RUN ./scripts/detect-config.sh
CMD ./quay-entrypoint.sh