10 lines
73 B
Docker
10 lines
73 B
Docker
FROM scratch
|
|
|
|
ENV SNMP_MQTT_CONF ""
|
|
|
|
COPY smq ./
|
|
ENTRYPOINT ["./smq"]
|
|
|
|
|
|
|