mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2026-08-09 15:34:28 +00:00
+1
-1
@@ -3,7 +3,7 @@ FROM python:3-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN apk update && apk add git && pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN python manage.py collectstatic --noinput
|
RUN python manage.py collectstatic --noinput
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user