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 af909e5 commit d8b9090Copy full SHA for d8b9090
dev-local/Dockerfile
@@ -6,7 +6,10 @@ WORKDIR /code
6
7
COPY requirements.txt .
8
RUN pip install --no-cache-dir --upgrade pip && \
9
- pip install --no-cache-dir -r requirements.txt
+ pip install --no-cache-dir -r requirements.txt && \
10
+ pip install --no-cache-dir debugpy
11
+
12
+COPY . .
13
14
EXPOSE 8080
15
0 commit comments