serverless-scaleway-functions
serverless-scaleway-functions copied to clipboard
Support for Dockerfile that is not in main folder of the build context
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?