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 . COPY requirements.txt .
# Install dependencies # Install dependencies
RUN pip3 install -r requirements.txt RUN pip3 install --no-cache-dir -r requirements.txt
# Copy the rest of the project # Copy the rest of the project
COPY . . 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_file:
- .env - .env
environment: environment:
DATABASE_URL: "{DATABASE_URL}" DATABASE_URL: ${DATABASE_URL}
volumes: volumes:
- .:/app # sync code for hot reload - .:/app # sync code for hot reload

View File

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