10 lines
78 B
Docker
10 lines
78 B
Docker
FROM scratch
|
|
|
|
ENV NTPPM_MQTT_CONF ""
|
|
|
|
COPY ntppm ./
|
|
ENTRYPOINT ["./ntppm"]
|
|
|
|
|
|
|