Skip to content

Commit 9a6a986

Browse files
committed
Fixed typo in Dockerfile
1 parent 7545a23 commit 9a6a986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN pip3 install -r requirements.txt
1010

1111
# Copy the evaluation and testing scripts
1212
COPY evaluation.py ./app/
13-
COPY test_evaluation ./app/
13+
COPY test_evaluation.py ./app/
1414

1515
# Copy Documentation
1616
COPY docs/dev.md ./app/docs/dev.md

0 commit comments

Comments
 (0)