Remove references to make setup

This commit is contained in:
Maxwell Friederichs 2015-12-13 12:07:58 -06:00
parent 37060cf1b1
commit e3bcb68b11

View file

@ -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