Skip to content

Commit

Permalink
fix chown
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Dec 9, 2024
1 parent b7b6082 commit 0b96763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN mkdir -p source_declarative_manifest \
# Remove unnecessary build files
RUN rm -rf dist/ pyproject.toml poetry.lock README.md

# Set ownership of /airbyte to the airbyte user and group (1000:1000)
# Set ownership of /airbyte to the non-root airbyte user and group (1000:1000)
RUN chown -R 1000:1000 /airbyte

# Set the entrypoint
Expand Down

0 comments on commit 0b96763

Please sign in to comment.