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
## Summary
* Implements Python detection for Poetry projects #35
* Add new --debug flag
* Ensure we add stack to docker CMD errors
* Fix path being relative (previously `devbox build some/path` did not work)
* Adds example poetry project
* Use pex to create python executable.
* Specify new prod image that has python.
RFC:
* Add image to state. Currently only implemented for StartStage. Not exported to devbox.json
## How was it tested?
`devbox init examples/python-poetry`
`devbox shell examples/python-poetry`
<img width="741" alt="image" src="https://user-images.githubusercontent.com/544948/187796457-fe292d2e-5870-43f1-9363-f228ab843ecb.png">
`devbox build examples/python-poetry`
`docker run -p 8080:8080 devbox`
<img width="682" alt="image" src="https://user-images.githubusercontent.com/544948/187795681-6d3cf780-d6ba-4b27-be05-25369a7458e0.png">
0 commit comments