test
dan 2020-10-26 23:34:24 -06:00
parent 0631ad0f04
commit 9c59ec76f0
1 changed files with 6 additions and 2 deletions

View File

@ -10,9 +10,13 @@ COPY ./Client ./
RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=production
WORKDIR /app/Server
WORKDIR /app
RUN rm -r ../Client
RUN rm -r ./Client
RUN ls
WORKDIR /app/Server
COPY ./Server/src/package*.json ./