mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
Remove references to make setup
This commit is contained in:
parent
37060cf1b1
commit
e3bcb68b11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue