Update Docker configuration
This commit is contained in:
parent
dba2b1004c
commit
9f398ee012
12 changed files with 224 additions and 50 deletions
4
run
4
run
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
function cmd {
|
||||
_dc php-fpm "${@}"
|
||||
_dc php "${@}"
|
||||
}
|
||||
|
||||
function composer {
|
||||
|
@ -23,7 +23,7 @@ function help {
|
|||
}
|
||||
|
||||
function _dc {
|
||||
docker-compose run --rm "${@}"
|
||||
docker compose run --rm "${@}"
|
||||
}
|
||||
|
||||
eval "${@:-help}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue