Skip to content
Snippets Groups Projects
Commit e819fbb7 authored by RENAUX Anna's avatar RENAUX Anna
Browse files

Upload New File

parent c9f4c0cc
No related branches found
No related tags found
No related merge requests found
FROM python:3.11.4
WORKDIR /app
COPY . .
EXPOSE 9090
CMD ["python", "eval.py", "&", "tail", "-f", "/dev/null"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment