Update Dockerfile

This commit is contained in:
Sergey
2023-09-22 21:54:52 +03:00
committed by GitHub
parent 001ce42f99
commit 6d8f28a979

View File

@ -9,3 +9,9 @@ RUN apt-get update && \
&& \
rm -rf /var/cache/apt && \
pip3 install platformio --break-system-packages
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]