From a124921afa02ce9d1d636211c586de8d85187486 Mon Sep 17 00:00:00 2001 From: wkiv363 Date: Wed, 9 Feb 2022 12:36:24 +0100 Subject: [PATCH] . --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41d9785..0be57f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,16 +9,14 @@ 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 pip list +RUN pip3 list # Server EXPOSE 8001 STOPSIGNAL SIGINT - ENTRYPOINT ["python3", "manage.py"] - CMD ["runserver", "0.0.0.0:8001"]