Skip to content

Commit

Permalink
Revert "Clean up run script"
Browse files Browse the repository at this point in the history
This reverts commit d41d7ef.
  • Loading branch information
NBprojekt committed Sep 7, 2020
1 parent 49670d2 commit 010878e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ RUN \
COPY ./entrypoint.sh ./gource.sh /usr/local/bin/

# Add executable right to scripts
RUN chmod +x /usr/local/bin/{entrypoint.sh,gource.sh}
RUN \
chmod +x /usr/local/bin/entrypoint.sh; \
chmod +x /usr/local/bin/gource.sh;

# Create working directories
RUN \
Expand Down

0 comments on commit 010878e

Please sign in to comment.