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

Commit

Permalink
Use origin repo for satis-gilab, update path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Roth committed Nov 9, 2018
1 parent f586fa8 commit 770aa4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk --update --no-cache --update-cache --allow-untrusted add \
# Install Composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
# Install gitlab-pages-satis
git clone https://github.com/ochorocho/gitlab-pages-satis.git /gitlab-pages-satis && \
git clone https://github.com/mborne/gitlab-pages-satis.git /gitlab-pages-satis && \
cd /gitlab-pages-satis && composer install && \
# Configure php.ini
echo $'memory_limit = 1024M\nextension=yaml.so' >> /etc/php7/php.ini && \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ochorocho/satis-gitlab.git"
"url": "https://github.com/mborne/satis-gitlab.git"
}
],
"autoload": {
Expand Down

0 comments on commit 770aa4a

Please sign in to comment.