标签: heroku
我有一个Express应用,并部署在heroku上。当我在heroku上运行它时,出现错误:
[Error: ENOENT: no such file or directory, open '/app/public/data...
我检查了使用heroku run bash到ls应用目录的情况,发现应该放在data内的public文件夹丢失了。
heroku run bash
ls
data
public
[
那是为什么?