Fix key ids

This commit is contained in:
Ultradesu
2025-03-13 01:43:33 +02:00
parent ed8bfe7f06
commit 43c86e2075
3 changed files with 16 additions and 15 deletions

View File

@ -2,9 +2,9 @@ FROM python:3.12.3
WORKDIR /app
#COPY requirements.txt ./
COPY . .
COPY ./requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN python manage.py collectstatic --noinput