Просмотр исходного кода

fix(dockerignore): exclude locale template .md files from being ignored

Shun Miyazawa 2 дней назад
Родитель
Сommit
b620f91d53
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      apps/app/docker/Dockerfile.dockerignore

+ 2 - 0
apps/app/docker/Dockerfile.dockerignore

@@ -37,6 +37,8 @@ apps/slackbot-proxy
 # Documentation (no .md files are needed for build)
 # ============================================================
 **/*.md
+# Keep locale template .md files required at runtime by the installer
+!apps/app/resource/locales/**/*.md
 
 # ============================================================
 # Local environment overrides