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