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
|
@ -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
|
Reference in a new issue