Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Remove my github username from clone
Browse files Browse the repository at this point in the history
  • Loading branch information
crinis committed Apr 27, 2017
1 parent dacd141 commit e8b3e3f
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 @@ -21,7 +21,7 @@ RUN set -xe \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install mysql gd \
&& chmod +x /usr/local/bin/docker-hlxce-entrypoint \
&& git clone https://crinis@bitbucket.org/Maverick_of_UC/hlstatsx-community-edition.git hlstatsx \
&& git clone https://bitbucket.org/Maverick_of_UC/hlstatsx-community-edition.git hlstatsx \
&& mv hlstatsx/web/* . \
&& mv hlstatsx/sql/ . \
&& rm -R hlstatsx/ \
Expand Down

0 comments on commit e8b3e3f

Please sign in to comment.