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 146ecf5 commit 2abfdd4Copy full SHA for 2abfdd4
Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /app
4
RUN ls -l
5
COPY requirements.lock ./
6
COPY pyproject.toml ./
7
+COPY README.md ./
8
RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -r requirements.lock
9
10
COPY src .
0 commit comments