Skip to content

Commit 8658345

Browse files
committed
chore: try copy all project files
1 parent 42366c1 commit 8658345

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

emulator/DockerFile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM public.ecr.aws/ubuntu/python:3.13-25.10_stable
22

3-
COPY emulator .
3+
# Install Hatch
4+
RUN pip install --no-cache-dir hatch
5+
6+
# Copy project files
7+
COPY * ./
48

59
RUN hatch run pip install -e .

0 commit comments

Comments
 (0)