blob: e0c580ddf07eef7bd084a291246d2b469a8b9df5 [file] [log] [blame]
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