Browse Source

Fix issue where src dir is not recreated during setup

Mark Shust 3 năm trước cách đây
mục cha
commit
eaa97c80b2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compose/bin/setup

+ 1 - 0
compose/bin/setup

@@ -18,6 +18,7 @@ docker-compose -f docker-compose.yml up -d
 bin/clinotty chmod u+x bin/magento
 
 rm -rf src
+mkdir src
 cp -R .vscode src
 
 echo "Waiting for connection to Elasticsearch..."