mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
docs: Add instructions for running with Docker
This commit is contained in:
parent
1e241c7926
commit
e78866a77d
1 changed files with 7 additions and 0 deletions
|
|
@ -30,6 +30,13 @@ npm start
|
|||
npm 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