Skip to content

Commit 0b96763

Browse files
committed
fix chown
1 parent b7b6082 commit 0b96763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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 and group (1000:1000)
26+
# Set ownership of /airbyte to the non-root airbyte user and group (1000:1000)
2727
RUN chown -R 1000:1000 /airbyte
2828

2929
# Set the entrypoint

0 commit comments

Comments
 (0)