Skip to content

Commit a8b1b2b

Browse files
fix: update source-declarative-manifest entrypoint (#84)
Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
1 parent cc45eb3 commit a8b1b2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ COPY airbyte_cdk ./airbyte_cdk
1616
# Build and install the package
1717
RUN pip install dist/*.whl
1818

19-
ENTRYPOINT ["poetry", "run", "source-declarative-manifest"]
19+
# Set the entrypoint
20+
ENV AIRBYTE_ENTRYPOINT="source-declarative-manifest"
21+
ENTRYPOINT ["source-declarative-manifest"]

0 commit comments

Comments
 (0)