Skip to content

#4241 Add Docker configurations #4242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

Colin-de-Seroux
Copy link

@Colin-de-Seroux Colin-de-Seroux commented May 3, 2025

It's of #4241.

Copy link

vercel bot commented May 3, 2025

@Colin-de-Seroux is attempting to deploy a commit to the github readme stats Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added the documentation Improvements or additions to documentation. label May 3, 2025
readme.md Outdated
<summary><b>:hammer_and_wrench: Step-by-step guide for deploying on docker</b></summary>

1. Fork or clone this repo as per your needs.
2. Add `express` to the dependencies section of `package.json`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can probably add this to the Dockerfile:

RUN npm install express

That way you're not adding an extra dependency to the package.json file, if this dependency is only required for the Docker deployment

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, that would be more optimized. I foolishly copied the way it was done for Vercel. I'll take care of it this evening and create a new PR.

No need to add by hand express
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants