ソースを参照

Moved files in last commit to lib/template #562

Mark Shust 3 年 前
コミット
ae27bc6a3e
2 ファイル変更4 行追加4 行削除
  1. 0 4
      compose/bin/download
  2. 4 0
      lib/template

+ 0 - 4
compose/bin/download

@@ -10,7 +10,3 @@ docker-compose -f docker-compose.yml up -d
 bin/setup-composer-auth
 
 bin/clinotty composer create-project --repository=https://repo.magento.com/ magento/project-"${EDITION}"-edition="${VERSION}" .
-
-# Ensure these are created so Docker doesn't create them as root
-mkdir -p ~/.composer ~/.ssh
-touch ~/.ssh/id_rsa ~/.ssh/known_hosts

+ 4 - 0
lib/template

@@ -8,3 +8,7 @@ mv compose/.gitignore ./
 mv compose/.vscode ./
 rm -rf compose .git
 git init
+
+# Ensure these are created so Docker doesn't create them as root
+mkdir -p ~/.composer ~/.ssh
+touch ~/.ssh/id_rsa ~/.ssh/known_hosts