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 33ecbb8 commit 9888e3cCopy full SHA for 9888e3c
Dockerfile
@@ -8,9 +8,6 @@ ENV PYTHONUNBUFFERED=1
8
# Set work directory
9
WORKDIR /app
10
11
-# Copy the rest of the application code
12
-COPY . .
13
-
14
# Install Python dependencies
15
COPY requirements.txt ./
16
RUN pip install --upgrade pip && pip install -r requirements.txt
0 commit comments