We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42366c1 commit 8658345Copy full SHA for 8658345
1 file changed
emulator/DockerFile
@@ -1,5 +1,9 @@
1
FROM public.ecr.aws/ubuntu/python:3.13-25.10_stable
2
3
-COPY emulator .
+# Install Hatch
4
+RUN pip install --no-cache-dir hatch
5
+
6
+# Copy project files
7
+COPY * ./
8
9
RUN hatch run pip install -e .
0 commit comments