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