Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc committed Aug 14, 2023
1 parent fba283b commit 1c2c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 1c2c242

Please sign in to comment.