feat: add docker deployment configuration (#311)

This commit is contained in:
Gustavo Mota
2025-05-08 22:25:57 -03:00
committed by GitHub
parent a537eaad7b
commit 533e00d4ee
4 changed files with 97 additions and 0 deletions

View File

@@ -42,6 +42,18 @@ npm install
# Run the app
npm run dev
```
## Run Docker
```bash
# Clone this repository
git clone https://github.com/CodyTseng/jumble.git
# Go into the repository
cd jumble
# Run the docker compose
docker compose up --build -d
```
After finishing, access: http://localhost:8089
## Donate