diff --git a/templates/.dockerignore.ejs b/templates/.dockerignore.ejs index 71873a4..0229ac8 100644 --- a/templates/.dockerignore.ejs +++ b/templates/.dockerignore.ejs @@ -10,3 +10,7 @@ fly.toml /build /public/build <% } -%> + +<% if (meteor) { -%> +/.meteor/local +<% } -%> \ No newline at end of file