build error (wrong path)
Hi,
I think there is a bug in the building pipeline.
I have set "Dockerpath" to "xx/yy/Dockerfile" in my serverless config.
But when building i got an error:
But the path of "start.sh" is "xx/yy/start.sh".
I think the building command on your side don't go in the directory of the Dockerfile and just "docker build ./xx/yy/Dockerfile".
So files are not in root folder
4 Replies
@0xBowgartField (m/acc)
Escalated To Zendesk
The thread has been escalated to Zendesk!
Ticket ID: #17009
It's relative to the repo being cloned, unless I misunderstand the issue.
no this is not a repo issue
my repo as other file inside, the next.js app
you are giving the option to pass a custom path for the Dockerfile
it should also have the option to give a custom content âth for docker building
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View