Skip to content

Commit d1f3a2d

Browse files
committed
chore: enable hatch executable
1 parent 98c65d6 commit d1f3a2d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

emulator/DockerFile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ RUN pip install --no-cache-dir hatch
77
# Copy project files
88
COPY . .
99

10-
# allow ssh to github
11-
RUN mkdir -p ~/.ssh && chmod 0700 ~/.ssh
12-
RUN ssh-keyscan github.com >> ~/.ssh/known_hosts
10+
# install emulator
11+
RUN hatch run pip install -e .
1312

14-
RUN hatch run pip install -e .
13+
# enable hatch executable
14+
RUN chmod +x /usr/local/bin/hatch
15+
16+
CMD /usr/local/bin/hatch run durable-functions-emulator --host 0.0.0.0 --port 9014

0 commit comments

Comments
 (0)