When start to run docker-compose.yaml by docker-compose up, met erroras below
🔄 Reproduction Steps
docker-compose up
🤔 Expected Behavior
work's fine
Env Info
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
docker-compose version 1.29.2, build unknown
📎 Log Output
worker_1 | npm ERR! code ENOENT
worker_1 | npm ERR! syscall open
worker_1 | npm ERR! path /usr/src/app/packages/worker/packages/worker/package.json
worker_1 | npm ERR! errno -2
worker_1 | npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/app/packages/worker/packages/worker/package.json'
worker_1 | npm ERR! enoent This is related to npm not being able to find a file.
worker_1 | npm ERR! enoent
worker_1 |
worker_1 | npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2024-01-19T03_38_37_178Z-debug-0.log
app_1 | npm ERR! code ENOENT
app_1 | npm ERR! syscall open
app_1 | npm ERR! path /usr/src/app/packages/app/dist/packages/app/package.json
app_1 | npm ERR! errno -2
app_1 | npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/app/packages/app/dist/packages/app/package.json'
app_1 | npm ERR! enoent This is related to npm not being able to find a file.
app_1 | npm ERR! enoent
app_1 |
app_1 | npm ERR! A complete log of this run can be found in: /home/node/.npm/_logs/2024-01-19T03_40_58_503Z-debug-0.log
zksync-era-block-explorer_app_1 exited with code 254
api_1 | npm ERR! code ENOENT
api_1 | npm ERR! syscall open
api_1 | npm ERR! path /usr/src/app/packages/api/packages/api/package.json
api_1 | npm ERR! errno -2
api_1 | npm ERR! enoent ENOENT: no such file or directory, open '/usr/src/app/packages/api/packages/api/package.json'
api_1 | npm ERR! enoent This is related to npm not being able to find a file.
api_1 | npm ERR! enoent
api_1 |
🐛 Bug Report
📝 Description
docker-compose.yaml
bydocker-compose up
, met erroras below🔄 Reproduction Steps
🤔 Expected Behavior
work's fine
Env Info
📎 Log Output