Skip to content

Commit

Permalink
change 'g+rwX' to 777
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel committed Apr 11, 2024
1 parent 9e6b0cf commit f25abe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/trino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM trinodb/trino

USER trino

RUN chmod -R g+rwX /data/trino && chmod -R g+rwX /usr/lib/trino
RUN chmod -R 777 /data/trino && chmod -R 777 /usr/lib/trino

0 comments on commit f25abe5

Please sign in to comment.