Merge pull request #2762 from ecordell/fix-conf

fix(conf): invert symlink
This commit is contained in:
Evan Cordell 2017-07-10 19:38:47 -04:00 committed by GitHub
commit ca5a47edad

View file

@ -42,5 +42,5 @@ RUN mkdir -p /etc/my_init.d /etc/systlog-ng /usr/local/bin /etc/monit static/fon
# && apt-get clean
# && rm -rf /root/.npm /.npm /usr/local/lib/node_modules /usr/share/yarn/node_modules \
# /root/node_modules /node_modules /grunt
RUN ln -s $QUAYCONF /conf
RUN ln -s /conf $QUAYCONF
RUN PYTHONPATH=$QUAYPATH venv/bin/alembic heads | grep -E '^[0-9a-f]+ \(head\)$' > ALEMBIC_HEAD