Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 0b96eab

Browse files
committed
Update Dockerfile
1 parent 482c62c commit 0b96eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
66
apt-get clean
77

88

9-
COPY requirements.txt requirements.txt
9+
COPY src/Comrade/requirements.txt requirements.txt
1010
RUN pip install -r requirements.txt
1111

1212
WORKDIR /app

0 commit comments

Comments
 (0)