Skip to content

Commit

Permalink
temp remove static removal line
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseLad committed Sep 14, 2024
1 parent e9c89dd commit f534253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY . /app/

RUN python manage.py collectstatic -v 3 --noinput

RUN rm -rf /app/mps_site/static
#RUN rm -rf /app/mps_site/static
RUN rm -rf /app/requirements.txt

EXPOSE 8000
Expand Down

0 comments on commit f534253

Please sign in to comment.