Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 4a8538b

Browse files
authored
Update readme.md
1 parent c087936 commit 4a8538b

File tree

1 file changed

+2
-2
lines changed
  • 0.7-PHP-Lambda-functions-with-Docker-container-images

1 file changed

+2
-2
lines changed

0.7-PHP-Lambda-functions-with-Docker-container-images/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The following files and folders are included:
1616
## Testing locally
1717
1. Build the previous custom runtime image using the Docker build command:
1818
```bash
19-
docker build -t phpmyfuntion .
19+
docker build -t phpmyfunction .
2020
```
2121

2222
2. Run the function locally using the Docker run command, bound to port 9000:
2323
```bash
24-
docker run -p 9000:8080 phpmyfuntion:latest
24+
docker run -p 9000:8080 phpmyfunction:latest
2525
```
2626

2727
3. This command starts up a local endpoint at `localhost:9000/2015-03-31/functions/function/invocations`

0 commit comments

Comments
 (0)