diff --git a/Dockerfile b/Dockerfile index bef534802..50cca45df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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