From 2bf4e03423f718164480629e6e680c0030a43420 Mon Sep 17 00:00:00 2001 From: Evan Cordell Date: Mon, 10 Jul 2017 19:13:29 -0400 Subject: [PATCH] fix(conf): invert symlink --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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