Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc committed Aug 14, 2023
1 parent 340af8f commit 55a0841
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 && ls -l /root/.npm /.npm; rm -rf /root/.npm /.npm
RUN npm install && ls -l /root/.npm /.npm; rm -rf /root/.npm /.npm; ls -l /root/ /root/.npm
COPY . /app
CMD ["npm", "start"]

0 comments on commit 55a0841

Please sign in to comment.