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

COPY . /app

WORKDIR /app

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

EXPOSE 2222 2223