Would be useful if you want to build/deploy Saber app on your own VPS.
Contributor guide
Tech stack
dockernodejs
Domain
devops
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Docker knowledgeNode.js basics
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
70
Research direction
To implement, examine the project's build configuration (e.g., package.json scripts) and create a Dockerfile that builds the static site using Node.js, then serves it with a lightweight web server like Nginx. Consider multi stage builds to minimize image size. The Docker image should allow customization for different deployment environments.
Creating a docker image for Saber · saberland/saber#141 | Good First Issue