Skip to content

Commit

Permalink
RUN chmod 755 ./c/b/*.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcsid committed May 28, 2024
1 parent 1ca01d6 commit 14f3170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
COPY --from=install_unpack --chmod=775 ${PENTAHO_INSTALL}/data-integration/ ${KETTLE_HOME}/

# Make PDI runnable
RUN chmod 755 $PENTAHO_INSTALL/data-integration/*.sh
RUN chmod 755 ${KETTLE_HOME}/*.sh

# Start Carte Server
RUN cd ${KETTLE_HOME}
Expand Down

0 comments on commit 14f3170

Please sign in to comment.