Skip to content

Commit 8a08542

Browse files
authored
fix recorder relative path
1 parent e70f78e commit 8a08542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recorder/Dockerfile.v2

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ADD ptgprocess/__init__.py $DIR/ptgprocess/
1616
RUN pip install --no-cache-dir -U -e '/src/lib/ptgprocess'
1717
ADD ptgprocess/ $DIR/ptgprocess/
1818

19-
ADD requirements.txt .
20-
RUN pip install --no-cache-dir -r requirements.txt
19+
ADD recorder/requirements.txt .
20+
RUN pip install --no-cache-dir -r recorder/requirements.txt

0 commit comments

Comments
 (0)