Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLadanov authored Sep 22, 2023
1 parent 001ce42 commit 6d8f28a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 6d8f28a

Please sign in to comment.