root 3 years ago
parent
commit
f716080a46
  1. 6
      Dockerfile
  2. BIN
      containercontent/opt/chatbot_engine/chatbot/__pycache__/__init__.cpython-38.pyc
  3. BIN
      containercontent/opt/chatbot_engine/chatbot/__pycache__/admin.cpython-38.pyc
  4. BIN
      containercontent/opt/chatbot_engine/chatbot/__pycache__/apps.cpython-38.pyc
  5. BIN
      containercontent/opt/chatbot_engine/chatbot/__pycache__/controller_ae.cpython-38.pyc
  6. BIN
      containercontent/opt/chatbot_engine/chatbot/__pycache__/models.cpython-38.pyc
  7. BIN
      containercontent/opt/chatbot_engine/chatbot/__pycache__/urls.cpython-38.pyc
  8. BIN
      containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/0001_initial.cpython-38.pyc
  9. BIN
      containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/__init__.cpython-38.pyc
  10. BIN
      containercontent/opt/chatbot_engine/db.sqlite3
  11. BIN
      containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/__init__.cpython-38.pyc
  12. BIN
      containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/settings.cpython-38.pyc
  13. BIN
      containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/urls.cpython-38.pyc
  14. BIN
      containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/views.cpython-38.pyc
  15. BIN
      containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/wsgi.cpython-38.pyc

6
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"]

BIN
containercontent/opt/chatbot_engine/chatbot/__pycache__/__init__.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/chatbot/__pycache__/admin.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/chatbot/__pycache__/apps.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/chatbot/__pycache__/controller_ae.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/chatbot/__pycache__/models.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/chatbot/__pycache__/urls.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/0001_initial.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/chatbot/migrations/__pycache__/__init__.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/db.sqlite3

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/__init__.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/settings.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/urls.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/views.cpython-38.pyc

Binary file not shown.

BIN
containercontent/opt/chatbot_engine/dialogAssistent/__pycache__/wsgi.cpython-38.pyc

Binary file not shown.
Loading…
Cancel
Save