Skip to content

Commit 8cf6814

Browse files
committed
chore: use python3.13-slim
1 parent 7d4e0f1 commit 8cf6814

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

emulator/DockerFile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/python:3.13
1+
FROM python:3.11-slim
22

33
WORKDIR /emulator
44
# Install Hatch
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir hatch
88
COPY . .
99

1010
# install emulator
11+
RUN hatch env create
1112
RUN hatch run pip install -e .
1213

1314
# where is the hatch executable installed

emulator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ durable-functions-emulator --host 0.0.0.0 --port 8080
5858
The emulator provides a health check endpoint:
5959

6060
```bash
61-
curl http://localhost:5000/ping
61+
curl http://localhost:5000/health
6262
```
6363

6464
## Development

0 commit comments

Comments
 (0)