Skip to content

Commit d8b9090

Browse files
author
Shivam Tiwari
committed
updated dependency
1 parent af909e5 commit d8b9090

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev-local/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ WORKDIR /code
66

77
COPY requirements.txt .
88
RUN pip install --no-cache-dir --upgrade pip && \
9-
pip install --no-cache-dir -r requirements.txt
9+
pip install --no-cache-dir -r requirements.txt && \
10+
pip install --no-cache-dir debugpy
11+
12+
COPY . .
1013

1114
EXPOSE 8080
1215

0 commit comments

Comments
 (0)