blob: cbe30366c51787930cac10110dad8bc7a249c7ae [file] [log] [blame]
#Common image for both dmmapDR and dmaapDR_redir
FROM node:12
WORKDIR /app
COPY dmaapDR.js ./
COPY dmaapDR_redir.js ./
COPY package*.json ./
RUN npm install express
RUN npm install argparse
#Ports for DR
#EXPOSE 3906
#EXPOSE 3907
#Ports for DR redir
#EXPOSE 3908
#EXPOSE 3909