aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/dr-sim/Dockerfile
blob: fc903d7e71ff57bac71871760bef8543beb3288b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Common image for both dmmapDR and dmaapDR_redir

FROM node:8

WORKDIR /app

COPY dmaapDR.js ./
COPY dmaapDR_redir.js ./
COPY package*.json ./
COPY cert/ cert/

RUN npm install express
RUN npm install argparse

EXPOSE 3906
EXPOSE 3907
EXPOSE 3908
EXPOSE 3909