We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70f78e commit 8a08542Copy full SHA for 8a08542
recorder/Dockerfile.v2
@@ -16,5 +16,5 @@ ADD ptgprocess/__init__.py $DIR/ptgprocess/
16
RUN pip install --no-cache-dir -U -e '/src/lib/ptgprocess'
17
ADD ptgprocess/ $DIR/ptgprocess/
18
19
-ADD requirements.txt .
20
-RUN pip install --no-cache-dir -r requirements.txt
+ADD recorder/requirements.txt .
+RUN pip install --no-cache-dir -r recorder/requirements.txt
0 commit comments