We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b7673 commit 146ecf5Copy full SHA for 146ecf5
Dockerfile
@@ -3,6 +3,7 @@ FROM python:slim
3
WORKDIR /app
4
RUN ls -l
5
COPY requirements.lock ./
6
+COPY pyproject.toml ./
7
RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -r requirements.lock
8
9
COPY src .
0 commit comments