Skip to content

Commit 48bfb51

Browse files
committed
chore: make SDM rootless
1 parent 10ce110 commit 48bfb51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ RUN mkdir -p source_declarative_manifest \
2323
# Remove unnecessary build files
2424
RUN rm -rf dist/ pyproject.toml poetry.lock README.md
2525

26+
# Set ownership of /airbyte to the airbyte user
27+
RUN chown -R airbyte /airbyte
28+
2629
# Set the entrypoint
2730
ENV AIRBYTE_ENTRYPOINT="python /airbyte/integration_code/main.py"
2831
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

0 commit comments

Comments
 (0)