Skip to content

Commit fa388f6

Browse files
committed
Add default command
1 parent c96d1fb commit fa388f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ COPY screego /screego
33
EXPOSE 5050
44
WORKDIR "/"
55
ENTRYPOINT [ "/screego" ]
6+
CMD ["serve"]

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 serve
15+
$ docker run -p 8080:5050 -e SCREEGO_EXTERNAL_IP=0.0.0.0 screego/server:GITHUB_VERSION
1616
```
1717

1818
By default, Screego runs on port 5050.

0 commit comments

Comments
 (0)