Skip to content

Commit 2abfdd4

Browse files
committed
fixes
1 parent 146ecf5 commit 2abfdd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44
RUN ls -l
55
COPY requirements.lock ./
66
COPY pyproject.toml ./
7+
COPY README.md ./
78
RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -r requirements.lock
89

910
COPY src .

0 commit comments

Comments
 (0)