mirror of
https://github.com/Yannick7777/codeigniter-setup-script.git
synced 2025-09-09 15:53:03 +02:00
Initial commit
This commit is contained in:
commit
dc46c9e48f
18 changed files with 360 additions and 0 deletions
10
start
Executable file
10
start
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ "$(basename $(pwd))" == "laravel" ]]; then
|
||||
cd ..
|
||||
./start
|
||||
cd laravel
|
||||
exit
|
||||
fi
|
||||
|
||||
docker compose up
|
Loading…
Add table
Add a link
Reference in a new issue