Explorar el Código

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

Shun Miyazawa hace 1 mes
padre
commit
b620f91d53
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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