We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc53d6 commit 007371aCopy full SHA for 007371a
Containerfile
@@ -25,9 +25,10 @@ COPY gunicorn.py /opt/netbox/gunicorn.py
25
WORKDIR /opt/netbox
26
27
# Adapted from upgrade.sh
28
+RUN python3 netbox/manage.py collectstatic --no-input
29
+# These shouldn't be run by us:
30
# RUN python3 netbox/manage.py migrate
31
# RUN python3 netbox/manage.py trace_paths --no-input
-# RUN python3 netbox/manage.py collectstatic --no-input
32
# RUN python3 netbox/manage.py remove_stale_contenttypes --no-input
33
# RUN python3 netbox/manage.py clearsessions
34
0 commit comments