-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install Magerun98 in docker container, install PHP 7.2 support patch …
…to fix session issues
- Loading branch information
Showing
56 changed files
with
67,349 additions
and
6,916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
docker-compose exec --user www nr_php72 n98-magerun --root-dir=/home/www/naturalremedy/src $@ | ||
docker-compose exec --user www nr_php72 n98-magerun.phar --root-dir=/home/www/naturalremedy/src $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
docker-compose exec -u root nr_php bash -c 'cd /home/www/naturalremedy/; exec "${SHELL:-sh}"' | ||
docker-compose exec -u root nr_php72 bash -c 'cd /home/www/naturalremedy/; exec "${SHELL:-sh}"' |
Oops, something went wrong.