added basic docker setup

This commit is contained in:
somrat sorkar
2023-07-22 11:46:07 +06:00
parent 175afe2eab
commit b030b2967e
4 changed files with 70 additions and 1 deletions
+7
View File
@@ -86,6 +86,13 @@ npm run dev
npm run build
```
### 👉 Build and Run With Docker
```bash
docker build -t astroplate .
docker run -p 3000:3000 astroplate
```
<!-- reporting issue -->
## 🐞 Reporting Issues