mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-07-07 01:24:06 +00:00
Fix key ids
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user