diff --git a/Dockerfile b/Dockerfile index 5d7527c14..9fca2b46d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR ${APP_HOME} COPY package*.json ./ RUN \ echo "*** Install npm packages ***" && \ - npm install + npm install && npm cache clean --force # Bundle app source COPY . ./