mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-06-28 06:45:58 +00:00
add noinput to collectatic
This commit is contained in:
@@ -25,6 +25,6 @@ RUN chmod +x /entrypoint.sh && \
|
||||
|
||||
# Django app
|
||||
COPY src ./
|
||||
RUN python manage.py collectstatic
|
||||
RUN python manage.py collectstatic --noinput
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user