Should Poetry online deployment use source code or tar.gz/whl packages? #9664
Unanswered
zengzuo613
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running
poetry build
, tar.gz/whl packages are generated. For deploying an application to a container environment, is it preferable to use these types of packages or to deploy using the source code? Which is the most appropriate choice?If using a tar.gz package, the CI/CD process can be as follows:
ADD dist/app.tar.gz /app
Beta Was this translation helpful? Give feedback.
All reactions