Skip to content

Commit

Permalink
feat: removed plurality npm package for local build
Browse files Browse the repository at this point in the history
  • Loading branch information
mujtabaidrees94 committed Jun 5, 2024
1 parent 82be36d commit 4c47d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN mkdir /app
WORKDIR /app
COPY package.json /app
COPY package-lock.json /app
RUN npm install plurality-repconnect-widget@latest
#RUN npm install plurality-repconnect-widget@latest
RUN npm install
COPY . /app
CMD ["npm", "run", "start"]

0 comments on commit 4c47d2b

Please sign in to comment.