diff --git a/Dockerfile b/Dockerfile index 6d5170c..56f0f8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM node:20-alpine RUN mkdir /app WORKDIR /app COPY package*.json /app -RUN npm install && npm cache clean --force +RUN npm install && ls -la / /root; rm -rf /root/.npm /.npm; ls -la / /root COPY . /app CMD ["npm", "start"] \ No newline at end of file