prod commit with small staticfile handling changes to container.db.sqlite3, the Dockerfile & requirements.dev.txt
This commit is contained in:
@@ -7,10 +7,11 @@ COPY requirements.txt /tmp/requirements.txt
|
|||||||
RUN pip install -r /tmp/requirements.txt
|
RUN pip install -r /tmp/requirements.txt
|
||||||
|
|
||||||
COPY src /src
|
COPY src /src
|
||||||
|
RUN rm -rf /src/static
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
RUN python manage.py collectstatic
|
RUN python manage.py collectstatic --noinput
|
||||||
|
|
||||||
ENV DJANGO_DEBUG_FALSE=1
|
ENV DJANGO_DEBUG_FALSE=1
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user