feat: add docker deployment configuration (#311)
This commit is contained in:
parent
a537eaad7b
commit
533e00d4ee
4 changed files with 97 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue