Set right version of django rest framework

This commit is contained in:
misazr 2017-10-10 09:56:10 +02:00
parent 5a37eaa351
commit 4576531634
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf
WORKDIR /opt/netbox/netbox
RUN pip3 install djangorestframework==3.6.4
COPY docker/docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT [ "/docker-entrypoint.sh" ]