snmp-mqtt/Dockerfile

10 lines
73 B
Docker
Raw Normal View History

2024-01-23 16:12:50 +01:00
FROM scratch
ENV SNMP_MQTT_CONF ""
2025-02-10 13:38:19 +01:00
COPY smq ./
2024-01-25 12:45:49 +01:00
ENTRYPOINT ["./smq"]
2024-01-23 16:12:50 +01:00