Skip to content

Commit

Permalink
change permissions for SUPERSET_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Dec 10, 2024
1 parent 77f3764 commit d38e0dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ RUN --mount=type=bind,source=./docker,target=/docker \
libecpg-dev \
libldap2-dev \
&& touch superset/static/version_info.json \
&& chown -R superset:superset /app \
&& chmod -R 775 /app \
&& chown -R superset:superset ./* \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

Expand Down

0 comments on commit d38e0dd

Please sign in to comment.