diff --git a/Dockerfile b/Dockerfile index c14bc94..b760a88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ RUN pip install --no-cache-dir -r /app/requirements.txt VOLUME /app -EXPOSE 8000 +EXPOSE 6666 CMD ["python", "main.py"] diff --git a/README.md b/README.md index 6e32748..acb2c8d 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@
  • 创建容器
  • 运行容器
  • Create Container
  • Run Container