Remove client folder
parent
5a88277d46
commit
0631ad0f04
|
|
@ -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" ]
|
||||
Loading…
Reference in New Issue