Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit 890c4b9

Browse files
committed
chore: try different copy command
1 parent da9e837 commit 890c4b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

emulator/DockerFile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ WORKDIR /emulator
55
RUN pip install --no-cache-dir hatch
66

77
# Copy project files
8-
COPY * .
8+
COPY . .
9+
10+
RUN ls
911

1012
RUN hatch run pip install -e .

0 commit comments

Comments
 (0)