Remove client folder

test
dan 2020-10-26 23:32:22 -06:00
parent 5a88277d46
commit 0631ad0f04
1 changed files with 4 additions and 0 deletions

View File

@ -12,11 +12,15 @@ RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=productio
WORKDIR /app/Server
RUN rm -r ../Client
COPY ./Server/src/package*.json ./
RUN npm install
COPY ./Server ./
RUN ls
EXPOSE 8111
CMD [ "node", "src/app.js 8111" ]