Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteshadowofficial authored Jan 10, 2024
1 parent 4604082 commit 132c3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RUN apt-get update && \

COPY package.json .

RUN npm install && npm install qrcode-terminal
RUN npm install

COPY . .

EXPOSE 5000

CMD ["npm", "start"]
CMD ["node", "index.js"]

0 comments on commit 132c3c5

Please sign in to comment.