Fixes logging config that prevented gunicon launch

This commit is contained in:
Christian Mäder 2017-06-19 09:24:13 +02:00
parent fe82d10aeb
commit 1072d243a3
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
4 changed files with 6 additions and 3 deletions

View file

@ -21,7 +21,7 @@ WORKDIR /opt
ARG BRANCH=v2.0-beta3
ARG URL=https://github.com/digitalocean/netbox/archive/$BRANCH.tar.gz
RUN wget -q -O - "${URL}" | tar xz \
&& ln -s netbox* netbox
&& mv netbox* netbox
WORKDIR /opt/netbox
RUN pip install -r requirements.txt