Skip to content

Commit c96d1fb

Browse files
committed
Fix typo
1 parent 1c7d068 commit c96d1fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM scratch
22
COPY screego /screego
33
EXPOSE 5050
44
WORKDIR "/"
5-
ENTRYPOINT [ "/scrego" ]
5+
ENTRYPOINT [ "/screego" ]

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [screego/server](https://hub.docker.com/r/screego/server) docker images are
1212
This means the image will work for `amd64`, `i386`, `ppc64le` (power pc), `arm64`, `arm v7` (Raspberry PI).
1313

1414
```bash
15-
$ docker run -p 8080:5050 -e SCREEGO_EXTERNAL_IP=0.0.0.0 screego/server:GITHUB_VERSION
15+
$ docker run -p 8080:5050 -e SCREEGO_EXTERNAL_IP=0.0.0.0 screego/server:GITHUB_VERSION serve
1616
```
1717

1818
By default, Screego runs on port 5050.

0 commit comments

Comments
 (0)