docker deleted

This commit is contained in:
2026-01-05 12:58:22 -06:00
parent 6b6173bd5b
commit 56d1b97261
13 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
.env
.env
.venv

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY requirements.txt .
# Install dependencies
RUN pip3 install -r requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt
# Copy the rest of the project
COPY . .

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -8,7 +8,7 @@ services:
env_file:
- .env
environment:
DATABASE_URL: "{DATABASE_URL}"
DATABASE_URL: ${DATABASE_URL}
volumes:
- .:/app # sync code for hot reload

View File

@@ -30,7 +30,7 @@ motor==3.3.1
msal==1.27.0
mypy==1.18.2
mypy_extensions==1.1.0
numpy==2.3.5
numpy==2.2.6
oauthlib==3.3.1
packaging==25.0
pandas==2.3.3