余尚辉 hace 3 meses
padre
commit
a98af2ed2c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -3,9 +3,9 @@ RUN apt-get update && \
     apt-get install -y vim wget curl sngrep tcpflow tcpdump
 
 
-WORKDIR /code
+WORKDIR /home/model-server
 
-ADD ./ai-slibra-assistant /code
+ADD ./ai-slibra-assistant /home/model-server
 
 COPY ./requirements.txt /code/requirements.txt
 # 安装依赖