fix: 修正 Dockerfile 中的 CMD 命令参数
This commit is contained in:
+1
-1
@@ -43,4 +43,4 @@ EXPOSE 8080
|
||||
|
||||
# Specify entry point
|
||||
ENTRYPOINT ["/app/ppanel"]
|
||||
CMD ["ppanel", "--config", "etc/ppanel.yaml"]
|
||||
CMD ["run", "--config", "etc/ppanel.yaml"]
|
||||
Reference in New Issue
Block a user