chore: separate mdbook and nu, update nu
This commit is contained in:
parent
f276670f62
commit
85dd9f0ee1
3 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ RUN set -eux; \
|
|||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||
COPY bin.tar.gz /tmp
|
||||
RUN tar -C /usr/local -xvzf /tmp/bin.tar.gz
|
||||
COPY nu.tar.gz /tmp
|
||||
RUN tar -C /usr/local/bin -xvzf /tmp/nu.tar.gz
|
||||
WORKDIR /home/webhook
|
||||
VOLUME ["/etc/webhook"]
|
||||
EXPOSE 9000
|
||||
|
|
|
|||
BIN
src/bin.tar.gz
BIN
src/bin.tar.gz
Binary file not shown.
BIN
src/nu.tar.gz
Normal file
BIN
src/nu.tar.gz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue