refactoring how the .env is loaded

This commit is contained in:
2025-04-15 08:08:22 -04:00
parent e0c89b4f21
commit 21a6734300
2 changed files with 34 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.13-slim
WORKDIR /app
COPY ./src /app
COPY requirements.txt /app/requirements.txt