Get the MRE api working #1

Merged
chris merged 50 commits from add_mre_api into main 2025-04-06 23:58:50 +00:00
Showing only changes of commit c63cab39aa - Show all commits

View File

@ -4,7 +4,7 @@ From python:3.13.2-bullseye
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED
copy .. .
COPY .. .
CMD ['.', 'venv/bin/activate', ';',
'pip', 'install', '-r', 'requirements.txt']