Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ COPY . .
|
|
4 |
RUN pip install -r requirements.txt
|
5 |
VOLUME /data
|
6 |
EXPOSE 23333
|
7 |
-
CMD ["python", "-m", "apis.chat_api" "-d"]
|
|
|
4 |
RUN pip install -r requirements.txt
|
5 |
VOLUME /data
|
6 |
EXPOSE 23333
|
7 |
+
CMD ["python", "-m", "apis.chat_api", "-d"]
|