DFC test containers and config update to fit honolulu release
[integration.git] / test / mocks / datafilecollector-testharness / mr-sim / Dockerfile
1 FROM nexus3.onap.org:10001/onap/integration-python:8.0.0
2
3 COPY . /app
4
5 WORKDIR /app
6
7 RUN pip install --no-cache-dir -r requirements.txt
8
9 EXPOSE 2222 2223