Fixes logging config that prevented gunicon launch
This commit is contained in:
parent
fe82d10aeb
commit
1072d243a3
4 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue