database
This commit is contained in:
parent
8cadc6df4c
commit
6b1362c166
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user