Skip to content

Commit 942d191

Browse files
committed
chore: remove chmod +x
1 parent 8cf6814 commit 942d191

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

emulator/DockerFile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.13-slim
22

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

1010
# install emulator
11-
RUN hatch env create
1211
RUN hatch run pip install -e .
1312

14-
# where is the hatch executable installed
15-
RUN whereis hatch
16-
17-
# enable hatch executable
18-
RUN chmod +x /usr/local/bin/hatch
19-
20-
CMD ["/usr/local/bin/hatch", "run", "durable-functions-emulator", "--host", "0.0.0.0", "--port", "9014"]
13+
CMD ["hatch", "run", "durable-functions-emulator", "--host", "0.0.0.0", "--port", "9014"]

0 commit comments

Comments
 (0)