We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0424a3c commit ac4ef35Copy full SHA for ac4ef35
Dockerfile
@@ -62,6 +62,7 @@ ARG APP_PATH
62
63
WORKDIR $APP_PATH
64
RUN poetry build --format wheel
65
+RUN poetry self add poetry-plugin-export
66
RUN poetry export --format requirements.txt --output constraints.txt --without-hashes
67
68
#
0 commit comments