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 4e9b4c726c - Show all commits

View File

@ -0,0 +1,10 @@
From python:3.13.2-bullseye
# set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED
copy .. .
CMD ['.', 'venv/bin/activate', ';',
'pip', 'install', '-r', 'requirements.txt']