Some checks failed
Build and publish the docker images / build (push) Has been cancelled
Signed-off-by: ngn <ngn@ngn.tf>
7 lines
131 B
Docker
7 lines
131 B
Docker
FROM python
|
|
|
|
RUN pip install pyotp requests
|
|
COPY ./tools/get_account.py /get_account.py
|
|
|
|
ENTRYPOINT ["python3", "/get_account.py"]
|