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 10ce110 commit 48bfb51Copy full SHA for 48bfb51
Dockerfile
@@ -23,6 +23,9 @@ 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
27
+RUN chown -R airbyte /airbyte
28
+
29
# Set the entrypoint
30
ENV AIRBYTE_ENTRYPOINT="python /airbyte/integration_code/main.py"
31
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
0 commit comments