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

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 . .