fix more directories
parent
f70bed9ebf
commit
2de90ed6d3
|
|
@ -2,11 +2,11 @@ FROM node:12.18.1 as angular
|
||||||
|
|
||||||
WORKDIR /app/Client
|
WORKDIR /app/Client
|
||||||
|
|
||||||
COPY ./Client/package*.json .
|
COPY ./Client/package*.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
COPY ./Client .
|
COPY ./Client ./
|
||||||
|
|
||||||
RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=production
|
RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=production
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue