We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2df7931 + cfebc96 commit da11872Copy full SHA for da11872
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.13-slim
2
3
WORKDIR /app
4
5
-COPY src/ /app
+COPY src/ .
6
7
RUN pip install --no-cache-dir -r requirements.txt
8
0 commit comments