code stolen from project timeserver-monitoring

This commit is contained in:
2025-03-07 14:55:43 +01:00
parent f2d0d1ca94
commit 3759f0d209
11 changed files with 92 additions and 21 deletions

View File

@ -1,9 +1,9 @@
FROM scratch
ENV TSM_MQTT_CONF ""
ENV NTPPM_MQTT_CONF ""
COPY tsm ./
ENTRYPOINT ["./tsm"]
COPY ntppm ./
ENTRYPOINT ["./ntppm"]