Eliot0110 commited on
Commit
c22a092
·
1 Parent(s): 637e274

fix: 修复Dockerfile语法错误

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Dockerfile - 更新版本
2
- FROM python:3.11-slim # 使用更新的 Python 版本
3
 
4
  # 设置工作目录
5
  WORKDIR /app
 
1
  # Dockerfile - 更新版本
2
+ FROM python:3.11-slim
3
 
4
  # 设置工作目录
5
  WORKDIR /app