mirror of
https://github.com/vacp2p/pod-api-requester.git
synced 2026-08-30 19:21:12 +00:00
6 lines
117 B
Docker
6 lines
117 B
Docker
FROM python:3.11.9-alpine
|
|
|
|
ADD store_msg_retriever.py /app/store_msg_retriever.py
|
|
|
|
RUN pip install requests pydantic
|