aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh-testcases/resources/simulator/AAI_simulator
blob: 013cd0a65767a06fd8ef2e70575430c2f95ab30a (plain)
1
2
3
4
5
6
7
FROM python:3

ADD AAI.py /

EXPOSE 3333

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