fix more directories

test
dan 2020-10-26 23:20:51 -06:00
parent f70bed9ebf
commit 2de90ed6d3
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ FROM node:12.18.1 as angular
WORKDIR /app/Client
COPY ./Client/package*.json .
COPY ./Client/package*.json ./
RUN npm install
COPY ./Client .
COPY ./Client ./
RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=production