You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -36,5 +36,12 @@ npm install
36
36
npm run build
37
37
```
38
38
39
+
### Docker Build
40
+
```bash
41
+
docker build -t drawdb .
42
+
docker run -p 3000:80 drawdb
43
+
```
44
+
45
+
39
46
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.
0 commit comments