Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ The following files and folders are included:
## Testing locally
1. Build the previous custom runtime image using the Docker build command:
```bash
docker build -t phpmyfuntion .
docker build -t phpmyfunction .
```

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

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