From e3bcb68b11fa8d632c5d47e132b96321aabcf709 Mon Sep 17 00:00:00 2001 From: Maxwell Friederichs Date: Sun, 13 Dec 2015 12:07:58 -0600 Subject: [PATCH] Remove references to make setup --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c07724c..15993905 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /root/ # Build the application RUN make install -RUN make setup +RUN python manage.py migrate --settings=config.local # Build the v2 database RUN printf "execfile('data/v2/build.py')" | python manage.py shell --settings=config.local