Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,6 +3,6 @@ WORKDIR /app
|
|
3 |
RUN apt-get update && apt-get install -y git
|
4 |
RUN git clone https://github.com/modenwenda/Telegram-Chatbot-Gpt4Free
|
5 |
RUN pip install hnswlib
|
6 |
-
RUN pip install
|
7 |
EXPOSE 80
|
8 |
CMD ["python", "main.py"]
|
|
|
3 |
RUN apt-get update && apt-get install -y git
|
4 |
RUN git clone https://github.com/modenwenda/Telegram-Chatbot-Gpt4Free
|
5 |
RUN pip install hnswlib
|
6 |
+
RUN pip install -r requirements.txt
|
7 |
EXPOSE 80
|
8 |
CMD ["python", "main.py"]
|