diff --git a/Dockerfile b/Dockerfile index d7f1d94..6afc826 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY requirements.txt . RUN pip install -r requirements.txt -COPY grepodata.py . +COPY grepodata.py goldeval.py notify.py . EXPOSE 5000 -CMD ["python", "grepodata.py"] \ No newline at end of file +CMD ["python", "grepodata.py"]