mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
tree
This commit is contained in:
@@ -10,6 +10,7 @@ RUN apt-get update -q && \
|
||||
lintian \
|
||||
procps \
|
||||
zsh \
|
||||
tree \
|
||||
rsync \
|
||||
gdebi \
|
||||
ca-certificates \
|
||||
|
||||
@@ -7,5 +7,6 @@ ARG PKG_DIR
|
||||
COPY pkg pkg
|
||||
RUN rsync -avz pkg/skel/* pkg/$PKG_DIR/
|
||||
RUN rsync -avz _build/prod/rel/firezone/* pkg/$PKG_DIR/usr/lib/firezone/
|
||||
RUN mkdir -p pkg/$PKG_DIR/usr/bin
|
||||
RUN cd pkg/$PKG_DIR/usr/bin && ln -s ../lib/firezone/bin/firezone
|
||||
RUN cd pkg && dpkg-deb --build $PKG_DIR
|
||||
|
||||
@@ -23,5 +23,6 @@ RUN npm run --prefix ./apps/fz_http/assets deploy && \
|
||||
COPY rel rel
|
||||
COPY config config
|
||||
COPY apps apps
|
||||
RUN tree .
|
||||
COPY deps deps
|
||||
RUN mix release
|
||||
|
||||
Reference in New Issue
Block a user