Skip to content

Commit

Permalink
fix: update source-declarative-manifest entrypoint (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron ("AJ") Steers <[email protected]>
  • Loading branch information
ChristoGrab and aaronsteers authored Nov 22, 2024
1 parent cc45eb3 commit a8b1b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ COPY airbyte_cdk ./airbyte_cdk
# Build and install the package
RUN pip install dist/*.whl

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

0 comments on commit a8b1b2b

Please sign in to comment.