created preentry script to help with local development
This commit is contained in:
parent
919d139b6b
commit
4ef67d6071
4 changed files with 22 additions and 0 deletions
|
@ -70,6 +70,7 @@ COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py
|
|||
COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh
|
||||
COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh
|
||||
COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh
|
||||
COPY docker/preentry.sh /opt/netbox/preentry.sh
|
||||
COPY startup_scripts/ /opt/netbox/startup_scripts/
|
||||
COPY initializers/ /opt/netbox/initializers/
|
||||
COPY configuration/ /etc/netbox/config/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue