Update Dockerfile

This commit is contained in:
2025-08-08 18:36:44 +00:00
parent f1edc0b942
commit 65364bc889

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
COPY grepodata.py . COPY grepodata.py goldeval.py notify.py .
EXPOSE 5000 EXPOSE 5000
CMD ["python", "grepodata.py"] CMD ["python", "grepodata.py"]