Skip to content

Commit

Permalink
fix(widget-version): update dockerfile to install the latest widget v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
mujtabaidrees94 committed Jan 7, 2024
1 parent d31d134 commit 30cefdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ RUN mkdir /app
WORKDIR /app
COPY package.json /app
COPY package-lock.json /app
RUN npm install
RUN npm install plurality-repconnect-widget@latest
COPY . /app
CMD ["npm", "run", "start"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ This project forks from [https://github.com/tbakerx/react-resume-template](https

### 2. Run the project
```shell
npm install
npm install plurality-repconnect-widget@latest
npm run start
```

0 comments on commit 30cefdd

Please sign in to comment.