Skip to content

Commit 10bd2f5

Browse files
authored
Remove extra flag in docker run instructions
1 parent fdf5cae commit 10bd2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Run on alternate port
2727
Dockerhub Link: [https://hub.docker.com/r/c1phr/aws-lambda-runtime-local](https://hub.docker.com/r/c1phr/aws-lambda-runtime-local)
2828

2929
```bash
30-
docker run -p 9000:9000 c1phr/aws-lambda-runtime-local -p
30+
docker run -p 9000:9000 c1phr/aws-lambda-runtime-local
3131
```
3232

3333
Run on alternate port

0 commit comments

Comments
 (0)