Skip to content

Commit

Permalink
microfix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed Feb 24, 2021
1 parent 371d800 commit a397619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ require-woocommerce-client:
@docker-compose -f docker-compose.yml run --rm myddleware php composer.phar require automattic/woocommerce:^3.0.0 -vvvv --ignore-platform-reqs --no-scripts

setup-files:
@docker-compose run --rm myddleware php composer.phar run-script post-install-cmd
@docker-compose run --rm myddleware chmod 777 -R var/cache var/logs
#@docker-compose run --rm myddleware php composer.phar run-script post-install-cmd
@docker-compose run --rm myddleware chmod 777 -R var/cache var/logs || true

setup-database: up sleep
@docker-compose exec myddleware bash prepare-database.sh
Expand Down

0 comments on commit a397619

Please sign in to comment.