Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Adamou02/myPortfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamou02 committed Jul 29, 2024
2 parents b667f39 + 0e07519 commit f0aa26a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,15 @@
"contributions": [
"code"
]
},
{
"login": "Adamou02",
"name": "Adam Bouhrara",
"avatar_url": "https://avatars.githubusercontent.com/u/42783707?v=4",
"profile": "https://github.com/Adamou02",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
14 changes: 5 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
FROM node:13.12.0-alpine
FROM node:20.11-alpine

# set working directory
WORKDIR /app

# add `/app/node_modules/.bin` to $PATH
ENV PATH /app/node_modules/.bin:$PATH

# install app dependencies
COPY package.json ./
COPY package-lock.json ./
RUN npm install --silent
RUN npm install
#react-scripts@3.4.1 -g --silent
COPY package.json package-lock.json ./
RUN npm install

# add app
COPY . ./

EXPOSE 3001

# start app
CMD ["npm", "start"]
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ This project is licensed under the MIT License - see the [LICENSE.md](./LICENSE)
<td align="center" valign="top" width="14.28%"><a href="http://vjspranav.dev"><img src="https://avatars.githubusercontent.com/u/17949836?v=4?s=100" width="100px;" alt="VJS Pranavasri"/><br /><sub><b>VJS Pranavasri</b></sub></a><br /><a href="https://github.com/ashutosh1919/masterPortfolio/commits?author=vjspranav" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://rahulkush1.github.io/"><img src="https://avatars.githubusercontent.com/u/90745824?v=4?s=100" width="100px;" alt="Rahul Kushwaha"/><br /><sub><b>Rahul Kushwaha</b></sub></a><br /><a href="https://github.com/ashutosh1919/masterPortfolio/commits?author=Rahulkush1" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Adamou02"><img src="https://avatars.githubusercontent.com/u/42783707?v=4?s=100" width="100px;" alt="Adam Bouhrara"/><br /><sub><b>Adam Bouhrara</b></sub></a><br /><a href="https://github.com/ashutosh1919/masterPortfolio/commits?author=Adamou02" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit f0aa26a

Please sign in to comment.