aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/mr-sim/Dockerfile
blob: e0c580ddf07eef7bd084a291246d2b469a8b9df5 (plain)
1
2
3
4
5
6
7
8
9
FROM nexus3.onap.org:10001/onap/integration-python:8.0.0

COPY . /app

WORKDIR /app

RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 2222 2223