Browse Source

修改配置

cuiHe 1 week ago
parent
commit
1e8aa82586
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devops/backend/Dockerfile

+ 1 - 1
devops/backend/Dockerfile

@@ -50,7 +50,7 @@ RUN pyinstaller --name=hd_crane_gs \
     --hidden-import=app.utils.banner \
     --hidden-import=app.utils.console \
     --hidden-import=app.common.enums \
-    main.py
+    backend/main.py
 # 第二阶段:运行(仅包含运行时,无源码)
 FROM python:3.10