mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Update Dockerfile
This commit is contained in:
parent
10313ef5cf
commit
73d34851fb
@ -1,8 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM python:3.12-alpine
|
||||
|
||||
RUN mkdir -p /opt/netbox-zabbix
|
||||
USER 1000:1000
|
||||
RUN mkdir -p /opt/netbox-zabbix
|
||||
COPY --chown=1000:1000 . /opt/netbox-zabbix
|
||||
WORKDIR /opt/netbox-zabbix
|
||||
RUN if ! [ -f ./config.py ]; then cp ./config.py.example ./config.py; fi
|
||||
|
Loading…
Reference in New Issue
Block a user