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 6f2884f commit d4f9bcaCopy full SHA for d4f9bca
stacks/trino-iceberg/dbt/Dockerfile
@@ -30,13 +30,6 @@ ENV PATH="/opt/venv/bin:$PATH"
30
31
WORKDIR /dbt
32
33
-# Copy dbt project
34
-#COPY dbt_project.yml profiles.yml ./
35
-#COPY tc_agentur ./tc_agentur
36
-#COPY tc_person ./tc_person
37
-#COPY tc_schadenfall ./tc_schadenfall
38
-#COPY tc_schadennrsrv ./tc_schadennrsrv
39
-
40
# Security: non-root user
41
RUN useradd -m -u 1000 dbt && chown -R dbt:dbt /dbt
42
USER dbt
0 commit comments