We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b6082 commit 0b96763Copy full SHA for 0b96763
Dockerfile
@@ -23,7 +23,7 @@ RUN mkdir -p source_declarative_manifest \
23
# Remove unnecessary build files
24
RUN rm -rf dist/ pyproject.toml poetry.lock README.md
25
26
-# 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)
27
RUN chown -R 1000:1000 /airbyte
28
29
# Set the entrypoint
0 commit comments