remove nextcloud and prepare for prod
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m48s

This commit is contained in:
2026-01-14 12:51:49 +01:00
parent a8e2103eed
commit 92ce9f948a
3 changed files with 3 additions and 7 deletions

View File

@@ -19,6 +19,6 @@ RUN python -m venv venv \
EXPOSE 8080
#CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"]
CMD ["sh", "-c", "source venv/bin/activate && python manage.py runserver 0.0.0.0:8080"]
CMD ["sh", "-c", "source venv/bin/activate && python manage.py collectstatic && python manage.py runserver 0.0.0.0:8080"]
#CMD ["./startup.sh"]