Compare commits

..

No commits in common. "268b31fcc7f23cd38bc25e407032ae1c0332f041" and "4e9b4c726c5d2f16d5c90e9f53cece5ff2649fc5" have entirely different histories.

View File

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