mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Merge pull request #1022 from NachoLZ/feature/add-docker-instructions
docs: Add instructions for running with Docker
This commit is contained in:
commit
ad5ab5c634
1 changed files with 7 additions and 0 deletions
|
|
@ -30,6 +30,13 @@ pnpm start
|
|||
pnpm run build
|
||||
```
|
||||
|
||||
### Run with Docker
|
||||
|
||||
```bash
|
||||
docker build -t stremio-web .
|
||||
docker run -p 8080:8080 stremio-web
|
||||
```
|
||||
|
||||
## Screenshots
|
||||
|
||||
### Board
|
||||
|
|
|
|||
Loading…
Reference in a new issue