Merge "switch drools pdp image to new one"
[integration.git] / test / mocks / datafilecollector-testharness / dr-sim / Dockerfile
1 #Common image for both dmmapDR and dmaapDR_redir
2
3 FROM node:8
4
5 WORKDIR /app
6
7 COPY dmaapDR.js ./
8 COPY dmaapDR_redir.js ./
9 COPY package*.json ./
10 COPY cert/ cert/
11
12 RUN npm install express
13 RUN npm install argparse
14
15 EXPOSE 3906
16 EXPOSE 3907
17 EXPOSE 3908
18 EXPOSE 3909