DFC test containers and config update to fit honolulu release
[integration.git] / test / mocks / datafilecollector-testharness / dr-sim / Dockerfile
1 #Common image for both dmmapDR and dmaapDR_redir
2
3 FROM node:14
4
5 WORKDIR /app
6
7 COPY dmaapDR.js ./
8 COPY dmaapDR_redir.js ./
9 COPY package*.json ./
10
11 RUN npm install express
12 RUN npm install argparse
13
14 #Ports for DR
15 #EXPOSE 3906
16 #EXPOSE 3907
17
18 #Ports for DR redir
19 #EXPOSE 3908
20 #EXPOSE 3909