From 0e9c56ec3c69a1148ee6530066195e6d2a0d9ccb Mon Sep 17 00:00:00 2001 From: Colin Alford Date: Wed, 8 Feb 2017 12:33:47 -0500 Subject: [PATCH] docker test --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 286593f7e..acf394d27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,10 @@ WORKDIR /usr/src/app COPY . /usr/src/app/ RUN npm install +CMD git clone https://csp-github.sam.gov/GSA-IAE/sam-ui-elements.git +CMD ls +CMD ls sam-ui-elements + EXPOSE 8080 CMD npm run prod