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