update server package.json file

test
dan 2020-10-26 23:29:06 -06:00
parent 2de90ed6d3
commit 5a88277d46
1 changed files with 1 additions and 1 deletions

View File

@ -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