mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Why you not there
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user