Block a user
tesla-auth-helper (v0.3)
Published 2024-05-08 18:03:25 +10:00 by matt
Installation
docker pull git.mattway.com.au/matt/tesla-auth-helper:v0.3sha256:076e26a9a696ae4f33bb285b9730eb2a94ef847e09f2ecf4574966c91211bb35Image Layers
| ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache python3 py3-flask py3-requests # buildkit |
| WORKDIR /app |
| COPY tesla_http_proxy/app /app # buildkit |
| RUN /bin/sh -c chmod +x /app/run.sh # buildkit |
| ENTRYPOINT ["/app/run.sh"] |