Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Oct 6, 2020
1 parent 1c7d068 commit c96d1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM scratch
COPY screego /screego
EXPOSE 5050
WORKDIR "/"
ENTRYPOINT [ "/scrego" ]
ENTRYPOINT [ "/screego" ]
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The [screego/server](https://hub.docker.com/r/screego/server) docker images are
This means the image will work for `amd64`, `i386`, `ppc64le` (power pc), `arm64`, `arm v7` (Raspberry PI).

```bash
$ docker run -p 8080:5050 -e SCREEGO_EXTERNAL_IP=0.0.0.0 screego/server:GITHUB_VERSION
$ docker run -p 8080:5050 -e SCREEGO_EXTERNAL_IP=0.0.0.0 screego/server:GITHUB_VERSION serve
```

By default, Screego runs on port 5050.
Expand Down

0 comments on commit c96d1fb

Please sign in to comment.