Skip to content

Commit

Permalink
dockerfile: detect missing teslabot package
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed Nov 16, 2023
1 parent c89805d commit e39081f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ RUN apt-get update && \
rm -rf /var/lib/dpkg /var/lib/apt /var/cache/apt /usr/share/doc /build
COPY --from=builder /usr/local/lib/ /usr/local/lib/
WORKDIR /data
RUN echo; python3 -m teslabot --version; echo
RUN echo; python3 -m teslabot --version && echo

CMD ["python3", "-m", "teslabot", "--config", "/data/config.ini"]

0 comments on commit e39081f

Please sign in to comment.