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 cc45eb3 commit a8b1b2bCopy full SHA for a8b1b2b
Dockerfile
@@ -16,4 +16,6 @@ COPY airbyte_cdk ./airbyte_cdk
16
# Build and install the package
17
RUN pip install dist/*.whl
18
19
-ENTRYPOINT ["poetry", "run", "source-declarative-manifest"]
+# Set the entrypoint
20
+ENV AIRBYTE_ENTRYPOINT="source-declarative-manifest"
21
+ENTRYPOINT ["source-declarative-manifest"]
0 commit comments