revert temp init_sync

This commit is contained in:
2024-04-12 18:57:48 +02:00
parent 758c4ff4f3
commit 5b68ec20f2
2 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN python manage.py makemigrations && python manage.py migrate
EXPOSE 8080
#CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"]
CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"]
#CMD ["./startup.sh"]
ENTRYPOINT [ "/app/startup.sh" ]
#ENTRYPOINT [ "/app/startup.sh" ]