arrange
parent
0631ad0f04
commit
9c59ec76f0
|
|
@ -10,9 +10,13 @@ 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
|
||||||
|
|
||||||
WORKDIR /app/Server
|
WORKDIR /app
|
||||||
|
|
||||||
RUN rm -r ../Client
|
RUN rm -r ./Client
|
||||||
|
|
||||||
|
RUN ls
|
||||||
|
|
||||||
|
WORKDIR /app/Server
|
||||||
|
|
||||||
COPY ./Server/src/package*.json ./
|
COPY ./Server/src/package*.json ./
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue