Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM python:3.9-slim
|
2 |
-
RUN git clone https://github.com/
|
3 |
-
WORKDIR "
|
4 |
RUN apt-get update && \
|
5 |
apt-get install python3
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
1 |
FROM python:3.9-slim
|
2 |
+
RUN git clone https://github.com/mckaywrigley/chatbot-ui
|
3 |
+
WORKDIR "chatbot-ui"
|
4 |
RUN apt-get update && \
|
5 |
apt-get install python3
|
6 |
RUN pip install --no-cache-dir -r requirements.txt
|