We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33b843 commit 0079739Copy full SHA for 0079739
docs/Dockerfile
@@ -24,6 +24,8 @@ RUN pip install --upgrade pip
24
# Copy Files
25
# ----------
26
COPY LICENSE ./
27
+COPY README.md ./
28
+COPY pyproject.toml ./
29
COPY src ./src
30
COPY docs ./docs
31
COPY branding ./branding
0 commit comments