isolate Modbus fix

This commit is contained in:
Stefan Allius
2024-06-16 13:00:02 +02:00
parent 377c09bc66
commit b688d04836
10 changed files with 15 additions and 112 deletions

View File

@@ -64,10 +64,7 @@ COPY --chmod=0700 entrypoint.sh /root/entrypoint.sh
COPY config .
COPY src .
RUN date > /build-date.txt
EXPOSE 5005 8127 10000
# HEALTHCHECK --interval=10s --timeout=3s \
# CMD wget --no-verbose --tries=1 --spider http://localhost:8127/-/healthy || exit 1
EXPOSE 5005
# command to run on container start
ENTRYPOINT ["/root/entrypoint.sh"]