diff --git a/Dockerfile b/Dockerfile index bc9bdcc..ce7c004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ COPY requirements.txt /app/requirements.txt RUN pip install --no-cache-dir -r /app/requirements.txt -EXPOSE 6666 +EXPOSE 5556 CMD ["python", "main.py"] diff --git a/README.md b/README.md index 9340ad7..8bbfd2c 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@
  • 创建容器
  • 运行容器
  • Create Container
  • Run Container