Skip to content

Commit f534253

Browse files
committed
temp remove static removal line
1 parent e9c89dd commit f534253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . /app/
1212

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

15-
RUN rm -rf /app/mps_site/static
15+
#RUN rm -rf /app/mps_site/static
1616
RUN rm -rf /app/requirements.txt
1717

1818
EXPOSE 8000

0 commit comments

Comments
 (0)