diff --git a/dockerfile b/dockerfile index 736aac5..d52c574 100644 --- a/dockerfile +++ b/dockerfile @@ -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 ./