Fixes logging config that prevented gunicon launch
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user