mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Update init script
This commit is contained in:
parent
dad12ec17d
commit
942bca9310
1 changed files with 3 additions and 2 deletions
5
bin/init
5
bin/init
|
@ -4,8 +4,9 @@ set -euo pipefail
|
|||
|
||||
function set_up_config_files() {
|
||||
echo "Copying config files"
|
||||
cp ./examples/docker-compose.example.yml ./config/docker-compose.yml
|
||||
cp ./examples/local.example.yml ./config/local.yml
|
||||
cp ./examples/*.yml ./config/
|
||||
cp ./examples/overleaf.rc ./config/
|
||||
cp ./examples/variables.env ./config/
|
||||
}
|
||||
|
||||
function __main__() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue