Merge pull request #2762 from ecordell/fix-conf
fix(conf): invert symlink
This commit is contained in:
commit
ca5a47edad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue