1
0
mirror of https://github.com/daniviga/bite.git synced 2025-04-20 14:31:20 +02:00
bite/docker/simulators/Dockerfile.http

7 lines
163 B
HTTP

FROM python:3.8-alpine
RUN pip3 install urllib3
COPY ./simulator_http.py /opt/freedcs/simulator_http.py
ENTRYPOINT ["python3", "/opt/freedcs/simulator_http.py"]