14111. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/4/2018 4:54:43 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

14111.1 Files compared

# Location File Last Modified
1 CHAMPVA_Benefit_Eligibility_v1.0.0.zip Dockerfile Thu Dec 21 19:52:28 2017 UTC
2 CHAMPVA_Benefit_Eligibility_v1.0.0.zip Dockerfile Thu Jan 4 21:11:24 2018 UTC

14111.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 42
Changed 1 2
Inserted 0 0
Removed 0 0

14111.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

14111.4 Active regular expressions

No regular expressions were active.

14111.5 Comparison detail

  1   FROM node: 6.10.0
  2  
  3   # Create a pp directo ry
  4   RUN mkdir  -p /apps
  5   RUN mkdir  -p /apps/c be
  6   RUN mkdir  -p /apps/c be/app
  7   RUN mkdir  -p /apps/c be/ctmpl
  8  
  9   COPY ./con fig.js /ap ps/cbe
  10   COPY ./app / /apps/cb e/app/
  11   COPY ./ctm pl/ /apps/ cbe/ctmpl/
  12  
  13   WORKDIR /a pps/cbe/ap p
  14  
  15   # Install  app depend encies
  16   RUN npm in stall
  17  
  18   EXPOSE  PORT
  19  
  20   # CMD ["np m", "start "]
  21   # ENTRYPOI NT ["/apps /cbe/app/e nvstart.sh "]
  22   ENTRYPOINT  ["/apps/c be/ctmpl/c onsul-temp late","-co nfig","/ap ps/cbe/ctm pl/consul- template-r un-config. json"]