Files
metrics/Dockerfile
2026-02-06 19:46:26 +04:00

8 lines
97 B
Docker

FROM python:3-alpine
RUN pip install fastapi[standard]
COPY ./src /app
ENTRYPOINT fastapi run