Skip to content

Commit 9888e3c

Browse files
authored
Update Dockerfile
1 parent 33ecbb8 commit 9888e3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ ENV PYTHONUNBUFFERED=1
88
# Set work directory
99
WORKDIR /app
1010

11-
# Copy the rest of the application code
12-
COPY . .
13-
1411
# Install Python dependencies
1512
COPY requirements.txt ./
1613
RUN pip install --upgrade pip && pip install -r requirements.txt

0 commit comments

Comments
 (0)