diff --git a/Dockerfile b/Dockerfile index 194e62d..e3f54c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM python:3.13-slim WORKDIR /app +ENV DATABASE_URL postgresql://poggers:giga!@192.168.1.41:5432/omegatcgdb + COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt