serverless-scaleway-functions icon indicating copy to clipboard operation
serverless-scaleway-functions copied to clipboard

Support for Dockerfile that is not in main folder of the build context

Open korridor opened this issue 3 years ago • 0 comments

I currently have an application with the following folder structure:

  • serverless.yml
  • docker
    • image1
      • Dockerfile
  • codefile1
  • codefile2

I think this currently does not work because the Dockerfile in not in the main build context folder. Is there any way to make that work?

korridor avatar Aug 14 '22 13:08 korridor