Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
chmod run.sh fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VinodAnandan authored Jul 1, 2018
1 parent 6689cc9 commit 09b0072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ VOLUME "$SONARQUBE_HOME/data"

WORKDIR $SONARQUBE_HOME
COPY run.sh $SONARQUBE_HOME/bin/
RUN chmod +x $SONARQUBE_HOME/bin/run.sh
ENTRYPOINT ["./bin/run.sh"]

0 comments on commit 09b0072

Please sign in to comment.