diff --git a/Dockerfile b/Dockerfile index 101b2e6..aecddb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ CMD python3 predict.py WORKDIR /app -COPY ./metrics.txt \ No newline at end of file +COPY ./metrics.txt . \ No newline at end of file