Ananto30/zero

View on GitHub
benchmarks/dockerize/aiozmq/Dockerfile

Summary

Maintainability
Test Coverage
FROM python:3.9-slim

COPY . .
RUN pip install -r requirements.txt