Added Docker Support

This commit is contained in:
Yash Chudasama
2024-04-07 20:56:48 +05:30
parent 9b5c548e15
commit 4f6eb30146
2 changed files with 20 additions and 0 deletions

View File

@@ -36,5 +36,12 @@ npm install
npm run build
```
### Docker Build
```bash
docker build -t drawdb .
docker run -p 3000:80 drawdb
```
Set up the [server](https://github.com/drawdb-io/drawdb-server) and environment variables according to `.env.sample` for the survey and bug report forms.