From e9310da931ec3edb4dcb27d33c2859914baf82d1 Mon Sep 17 00:00:00 2001 From: manoj v <manojv@ilimi.in> Date: Mon, 4 Sep 2017 16:56:39 +0530 Subject: [PATCH] Issue #177 fix : update the Dockerfile of content service --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index bb69882..1fff4cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,7 @@ ENV sunbird_mongo_port 27017 ENV sunbird_content_service_port 5000 EXPOSE 27017 EXPOSE 5000 +RUN rm ./content/services/js-services/content_service/content_service.zip +RUN rm /home/sunbird/mw/content_service.zip WORKDIR /home/sunbird/mw/content/services/js-services/content_service CMD ["node", "app.js", "&"] \ No newline at end of file -- GitLab