Kuingsmile / PicList-Core

modified PicGo core
MIT License
58 stars 13 forks source link

docker部署后通过命令行配置和安装插件的方法 #3

Closed Urabartin closed 8 months ago

Urabartin commented 8 months ago

通过docker compose部署了core,但是在docker exec -it piclist sh进入容器调试时,运行/usr/local/bin/picgo会报错:': No such file or directory。不使用docker,使用npm安装则正常使用,此时容器挂载的卷改为配置目录,容器内的picgo也能按预期使用

搜索一番后无果,不清楚这是镜像的原因还是我用不明白docker,想请教一下,谢谢!

Kuingsmile commented 8 months ago

进去容器后用node /usr/local/bin/picgo来执行命令,node /usr/local/bin/picgo -h可以查看说明

Urabartin commented 8 months ago

谢谢,我犯蠢了。光看文档里命令行部分,没注意容器配置里的command写明白了