Skip to content

Commit 146ecf5

Browse files
committed
fixes
1 parent d1b7673 commit 146ecf5

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
@@ -3,6 +3,7 @@ FROM python:slim
33
WORKDIR /app
44
RUN ls -l
55
COPY requirements.lock ./
6+
COPY pyproject.toml ./
67
RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -r requirements.lock
78

89
COPY src .

0 commit comments

Comments
 (0)