radinhas commited on
Commit
ae8bd75
1 Parent(s): 9062b52

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]