-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config: Build with docker #6
Comments
@trykovyura This is our fault for pushing out docs before the new release that features the "build" property. We are shipping this release on Monday and this feature will be available then. |
@austencollins no problem. If you know estimated version, it would be great to track release. |
@trykovyura 4.6.3 was releases yesterday and adds the build args support. |
Nice.
Config
|
Provided |
Hi @trykovyura, the
In short, remove |
@austencollins okey.
How to do with this ticket?
|
Hi, thanks for great tool! Trying to customise build configuration, but found some issues and i need some help.
Use cases
Build config
Build error
When i try to deploy this config - it errors with on
serverless deploy
Build error analysis
Docker examples?
More bugs?
dockerFileString
-> supposed to bedockerFile
as is see in serverless configurationProposual for configuration update
src: ./path/to/container
- Path to the container source code and mainly build context for Dockerfilecontext: .
- build context for docker fileAdd build context to separate src and context
Would be great to add build context for Dockerfile.
Example:
The text was updated successfully, but these errors were encountered: