9 lines
101 B

2 years ago
FROM python:3-alpine
WORKDIR /app/src
RUN pip install requests
COPY ["traffic_lights/src", "./"]