diff --git a/Dockerfile b/Dockerfile index b6a2e47..41d9785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,14 +9,16 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN dpkg-reconfigure -f noninteractive tzdata # ADD containercontent / - +RUN pip install django-crispy-forms WORKDIR "/opt/chatbot_engine/" -# RUN ls -l +RUN pip list # Server EXPOSE 8001 STOPSIGNAL SIGINT + ENTRYPOINT ["python3", "manage.py"] + CMD ["runserver", "0.0.0.0:8001"] diff --git a/containercontent/opt/chatbot_engine/chatbot/__pycache__/__init__.cpython-38.pyc b/containercontent/opt/chatbot_engine/chatbot/__pycache__/__init__.cpython-38.pyc index ca41dd4..3b911ba 100644 Binary files a/containercontent/opt/chatbot_engine/chatbot/__pycache__/__init__.cpython-38.pyc and b/containercontent/opt/chatbot_engine/chatbot/__pycache__/__init__.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/chatbot/__pycache__/admin.cpython-38.pyc b/containercontent/opt/chatbot_engine/chatbot/__pycache__/admin.cpython-38.pyc index 4317bce..3e8f603 100644 Binary files a/containercontent/opt/chatbot_engine/chatbot/__pycache__/admin.cpython-38.pyc and b/containercontent/opt/chatbot_engine/chatbot/__pycache__/admin.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/chatbot/__pycache__/apps.cpython-38.pyc b/containercontent/opt/chatbot_engine/chatbot/__pycache__/apps.cpython-38.pyc index c87fd84..54c3a73 100644 Binary files a/containercontent/opt/chatbot_engine/chatbot/__pycache__/apps.cpython-38.pyc and b/containercontent/opt/chatbot_engine/chatbot/__pycache__/apps.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/chatbot/__pycache__/controller_ae.cpython-38.pyc b/containercontent/opt/chatbot_engine/chatbot/__pycache__/controller_ae.cpython-38.pyc index a723c36..7c8dfe2 100644 Binary files a/containercontent/opt/chatbot_engine/chatbot/__pycache__/controller_ae.cpython-38.pyc and b/containercontent/opt/chatbot_engine/chatbot/__pycache__/controller_ae.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/chatbot/__pycache__/models.cpython-38.pyc b/containercontent/opt/chatbot_engine/chatbot/__pycache__/models.cpython-38.pyc index 36537c1..1db097f 100644 Binary files a/containercontent/opt/chatbot_engine/chatbot/__pycache__/models.cpython-38.pyc and b/containercontent/opt/chatbot_engine/chatbot/__pycache__/models.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/chatbot/__pycache__/urls.cpython-38.pyc b/containercontent/opt/chatbot_engine/chatbot/__pycache__/urls.cpython-38.pyc index a427368..db90846 100644 Binary files a/containercontent/opt/chatbot_engine/chatbot/__pycache__/urls.cpython-38.pyc and b/containercontent/opt/chatbot_engine/chatbot/__pycache__/urls.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/0001_initial.cpython-38.pyc b/containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/0001_initial.cpython-38.pyc index 057c943..c31f6bf 100644 Binary files a/containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/0001_initial.cpython-38.pyc and b/containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/0001_initial.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/__init__.cpython-38.pyc b/containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/__init__.cpython-38.pyc index 6a2e1b0..0e908fa 100644 Binary files a/containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/__init__.cpython-38.pyc and b/containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/__init__.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/db.sqlite3 b/containercontent/opt/chatbot_engine/db.sqlite3 index cdd9128..55421ed 100644 Binary files a/containercontent/opt/chatbot_engine/db.sqlite3 and b/containercontent/opt/chatbot_engine/db.sqlite3 differ diff --git a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/__init__.cpython-38.pyc b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/__init__.cpython-38.pyc index eea61d5..53a7d00 100644 Binary files a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/__init__.cpython-38.pyc and b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/__init__.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/settings.cpython-38.pyc b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/settings.cpython-38.pyc index e137cea..f3f68f7 100644 Binary files a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/settings.cpython-38.pyc and b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/settings.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/urls.cpython-38.pyc b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/urls.cpython-38.pyc index 182555e..31a9cd1 100644 Binary files a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/urls.cpython-38.pyc and b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/urls.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/views.cpython-38.pyc b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/views.cpython-38.pyc index f23f0b4..2b6fef9 100644 Binary files a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/views.cpython-38.pyc and b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/views.cpython-38.pyc differ diff --git a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/wsgi.cpython-38.pyc b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/wsgi.cpython-38.pyc index 020a211..c147e00 100644 Binary files a/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/wsgi.cpython-38.pyc and b/containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/wsgi.cpython-38.pyc differ