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 471c960 commit fa67c82Copy full SHA for fa67c82
packages/python/src/extension.ts
@@ -121,7 +121,7 @@ class PythonExtension implements BuildExtension {
121
image: {
122
instructions: splitAndCleanComments(`
123
# Copy the requirements file
124
- COPY ${this.options.requirementsFile} .
+ COPY ${this.options.requirementsFile} ${this.options.requirementsFile}
125
# Install dependencies
126
RUN pip install --no-cache-dir -r ${this.options.requirementsFile}
127
`),
0 commit comments