You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
SSE-2732: Allow dockerfile and docker path to be different
The dockerfile doesn't necessarily always reside in the docker path; use the docker build command args accordingly.
Allow the SAM template file to be different than the base build dir - the path from which SAM resources are resolved is not always the same as the template file, which is the default, therefore the --base-dir param must be used.
Set default working dirs in the script
The "." default value doesn't get carried to the script env vars. Handle default value of null in the script itself.
0 commit comments