Why you not there

This commit is contained in:
Jamil Bou Kheir
2021-07-22 17:17:41 -07:00
parent dc89707560
commit 0a0c52c5d4
2 changed files with 2 additions and 9 deletions

View File

@@ -1,18 +1,10 @@
apps/fg_http/assets/node_modules
apps/fg_http/priv/static
_build
apps/fg_http/_build
apps/fg_wall/_build
apps/fg_vpn/_build
**/cover
docs
.DS_Store
.git
# buildx ignores stuff that git ls-files doesn't show, so we need these
!deps

View File

@@ -20,8 +20,9 @@ COPY apps/fz_http/assets apps/fz_http/assets
RUN npm run --prefix ./apps/fz_http/assets deploy && \
cd apps/fz_http && mix phx.digest
# Copy remaining items for release
COPY deps deps
RUN bash -c "tree ."
COPY rel rel
COPY config config
COPY apps apps
COPY deps deps
RUN mix release