mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Run with Docker
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker build -t stremio-web .
|
||||||
|
docker run -p 8080:8080 stremio-web
|
||||||
|
```
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
### Board
|
### Board
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue