Skip to content

feat: add Dockerfile for Node.js backend #111#132

Open
jfernsio wants to merge 1 commit intoFinesseStudioLab:mainfrom
jfernsio:add-dockerfile-node-backend
Open

feat: add Dockerfile for Node.js backend #111#132
jfernsio wants to merge 1 commit intoFinesseStudioLab:mainfrom
jfernsio:add-dockerfile-node-backend

Conversation

@jfernsio
Copy link
Copy Markdown

What was done

Changes

  • Added a production-ready Dockerfile using multi-stage build with node:20-alpine for smaller & more secure image.
  • Added .dockerignore to exclude unnecessary files.
  • Updated README.md with:
    • How to build the Docker image
    • docker run command example
    • Table of required environment variables

Why

This makes it easy for anyone to run the Node backend consistently with Docker.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

@jfernsio is attempting to deploy a commit to the joelpeace48-cell's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Dockerfile for backend

1 participant