aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/mr-sim/Dockerfile
blob: 5341bb074acaa88468c277b47ef2992735087e50 (plain)
1
2
3
4
5
6
7
8
9
10
FROM python:3.6-alpine

COPY . /app

WORKDIR /app

RUN pip install -r requirements.txt

EXPOSE 2222