aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/resources/simulators/SO-simulator
blob: 5458766579f5ffae0da7a7be0b533143613de877 (plain)
1
2
3
4
5
6
7
8
FROM frolvlad/alpine-python3

ADD SO.py /
ADD so_post_response.json /

EXPOSE 8443

CMD [ "python", "./SO.py" ]