From 3111b292c5694416f0989830f3530eaf4c2ab0e8 Mon Sep 17 00:00:00 2001
From: John Graham <jjgraham@ucsd.edu>
Date: Thu, 28 Jan 2021 21:35:57 -0800
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 78fba48..9c01bff 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,3 +13,5 @@ RUN python3 setup.py install
 WORKDIR /opt/netbox/netbox
 RUN rm -rf /tmp/netbox-qrcode
 RUN cat /etc/netbox/config/configuration.py
+RUN cat /run/config/netbox/configuration.py
+
-- 
GitLab