Skip to content

Commit da11872

Browse files
authored
Merge pull request #5 from HomeDevopsLab:dockerfile-fix
requirements.txt fix
2 parents 2df7931 + cfebc96 commit da11872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.13-slim
22

33
WORKDIR /app
44

5-
COPY src/ /app
5+
COPY src/ .
66

77
RUN pip install --no-cache-dir -r requirements.txt
88

0 commit comments

Comments
 (0)