No such file or directory (os error 2) [SOLVED] ✅
Hi Everyoone,
I new in Dokploy, i want to deploy my NestJS app to dokploy, but facing issue like this :
Build nixpacks: ✅
Source Type: github: ✅
Error: Failed to read app source directory
Caused by:
No such file or directory (os error 2)
Error response from daemon: No such container: absensi-backend-25bd99-WLCw78EPoL
Error ❌
Error response from daemon: No such container: absensi-backend-25bd99-WLCw78EPoL
i'v already try to restart my VPS and still problem.
How to fix this?

10 Replies
Can you show how did you configure the git provider ?
Did you mean this one?

Sorry I mean the application itself
this my repo of app : https://github.com/caturhidayat/absensi-backend
GitHub
GitHub - caturhidayat/absensi-backend: absensi backend using NestJS
absensi backend using NestJS. Contribute to caturhidayat/absensi-backend development by creating an account on GitHub.
or did you mean this?

for build type i use nixpack

Remove the /Nestjs path
That’s the issue
Yes, it's WORK!
but i'v one more issue.
my nestjs app already deploy.
after that, i try to deploy another app (nextjs as frontend)
that facing same issue.
my question is, can i deploy another service in 1 project?
or should create another project?
Yes you can deploy multiple applications in a single project
okay, thanks bruh. SOLVED!