Update Dockerfile

This commit is contained in:
Raymond Kuiper 2025-04-10 15:35:44 +02:00 committed by GitHub
parent 73d34851fb
commit b56a4332b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.12-alpine
USER 1000:1000
RUN mkdir -p /opt/netbox-zabbix
COPY --chown=1000:1000 . /opt/netbox-zabbix
WORKDIR /opt/netbox-zabbix