Initial commit

This commit is contained in:
2023-07-13 17:54:22 +03:00
commit 66c4e8dc8b
7 changed files with 96 additions and 0 deletions

1
composer.fish Normal file
View File

@@ -0,0 +1 @@
alias composer="docker run --interactive --tty --add-host=host.docker.internal:host-gateway --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --net=host -it --rm -v ~/.ssh:/root/.ssh -v composertmp:/tmp -v "$PWD":/var/www -w /var/www assada/php:8.1-cli-alpine composer"