Skip to content

Commit df4b315

Browse files
fix: Update dockerignore to include source_* directories
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent 7e68925 commit df4b315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte_cdk/utils/docker/build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ def build_from_base_image(
324324
!main.py
325325
!source.py
326326
!destination.py
327+
!source_*
328+
!destination_*
327329
"""
328330
dockerignore_temp_path.write_text(dockerignore_content)
329331
logger.debug(f"Created temporary .dockerignore at {dockerignore_temp_path}")

0 commit comments

Comments
 (0)