Ver código fonte

Change docker expose port

周建刚 8 anos atrás
pai
commit
30feb1646b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -34,6 +34,6 @@ RUN pip install --no-cache-dir -r requirements.txt && \
 
 	chmod 777 run.sh
 
-EXPOSE 5000
+EXPOSE 5010
 
-CMD [ "sh", "run.sh" ]
+CMD [ "sh", "run.sh" ]