added entrypoint

This commit is contained in:
2023-06-24 23:46:42 +02:00
parent cee1ecd5df
commit 66971eafdb

View File

@@ -16,7 +16,8 @@ RUN python3 get-pip.py --prefix=/usr/local
# Install Python dependencies
RUN python3 -m pip install requests
RUN pip install unidecode
RUN rm entrypoint.sh
COPY entrypoint.sh /
COPY entrypoint.sh /usr/local/py
COPY freebox-monit.py /usr/local/py
COPY telegraf.conf /etc/telegraf/telegraf.conf
ENTRYPOINT [/usr/local/py/entrypoint.sh]