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

Commit

Permalink
fix make file after comands
Browse files Browse the repository at this point in the history
  • Loading branch information
sidigi committed Mar 5, 2019
1 parent 446788d commit 63f54c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ docker-up:
docker-clear:
docker-compose down --remove-orphans

bitrix-setup: perm
bitrix-setup:
docker-compose exec php-fpm-cli wget http://www.1c-bitrix.ru/download/scripts/bitrixsetup.php -O bitrixsetup.php
make perm

bitrix-restore-download: perm
bitrix-restore-download:
docker-compose exec php-fpm-cli wget $(url)
make perm

bitrix-restore: bitrix-restore-download perm
bitrix-restore: bitrix-restore-download
docker-compose exec php-fpm-cli wget http://www.1c-bitrix.ru/download/scripts/restore.php -O restore.php
make perm

composer:
docker-compose exec php-fpm-cli composer install
Expand Down

0 comments on commit 63f54c5

Please sign in to comment.