Skip to content

Commit

Permalink
Update install.j2 for deploy task engine
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatun-xl authored May 24, 2024
1 parent 23fe2a1 commit c967c41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/dockerfiles/deploy-task-engine/install.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN mv ${APP_HOME}/plugins ${APP_HOME}/default-plugins && \

# Set permissions
RUN chgrp -R 0 ${APP_ROOT} && \
chown -R 10001:10001 ${APP_ROOT} && \
chmod -R g=u ${APP_ROOT} && \
chmod u+x ${APP_HOME}/bin/*.sh && \
chmod g+x ${APP_HOME}/bin/*.sh

0 comments on commit c967c41

Please sign in to comment.