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
|
||||
|
||||
COPY src /src
|
||||
RUN rm -rf /src/static
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN python manage.py collectstatic
|
||||
RUN python manage.py collectstatic --noinput
|
||||
|
||||
ENV DJANGO_DEBUG_FALSE=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user