update server package.json file
parent
2de90ed6d3
commit
5a88277d46
|
|
@ -12,7 +12,7 @@ RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=productio
|
|||
|
||||
WORKDIR /app/Server
|
||||
|
||||
COPY ./Server/package*.json ./
|
||||
COPY ./Server/src/package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue