diff --git a/.dockerignore b/.dockerignore index 5cafddd8..5829d8d3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,3 +2,4 @@ cover .elixir_ls *.dump .journal-* +.git diff --git a/Dockerfile b/Dockerfile index 7ea5a860..b564d72d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN mix deps.get # Leave off here so that we can built assets and compile the elixir app in parallel -FROM node:16.5.0 AS asset-builder +FROM node:16.6.0 AS asset-builder # Build assets in a node container ADD ./apps/app/assets/ /root/app/apps/app/assets/