Futa Arai 1 سال پیش
والد
کامیت
7ffd324162
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      .devcontainer/app/initializeCommand.sh
  2. 1 0
      .devcontainer/pdf-converter/initializeCommand.sh

+ 1 - 0
.devcontainer/app/initializeCommand.sh

@@ -1,3 +1,4 @@
+# prevent file not found error on docker compose up
 if [ ! -f ".devcontainer/compose.extend.yml" ]; then
   touch .devcontainer/compose.extend.yml
 fi

+ 1 - 0
.devcontainer/pdf-converter/initializeCommand.sh

@@ -1,3 +1,4 @@
+# prevent file not found error on docker compose up
 if [ ! -f ".devcontainer/compose.extend.yml" ]; then
   touch .devcontainer/compose.extend.yml
 fi