Skip to content

Add Dockerfile for running the project with Docker - #39

Open
iravanitaha wants to merge 1 commit into
gnome-fa:mainfrom
iravanitaha:main
Open

Add Dockerfile for running the project with Docker#39
iravanitaha wants to merge 1 commit into
gnome-fa:mainfrom
iravanitaha:main

Conversation

@iravanitaha

Copy link
Copy Markdown

Added a simple Dockerfile to the project to enable building and running the website as a container.

Changes

  • Added a Dockerfile based on node:24
  • Installed dependencies with npm ci
  • Built the project with npm run build
  • Runs the preview server on port 4321

How to test

docker build -t gnome-fa-web .
docker run -p 4321:4321 gnome-fa-web

Then open http://localhost:4321 in your browser.

Notes
This Dockerfile is currently a simple setup for preview/production use. In the future, it could be split into a multi-stage build to reduce the final image size.

@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview Aug 22, 2026 12:31pm

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.

1 participant