chore: separate mdbook and nu, update nu

This commit is contained in:
Jesús Pérez Lorenzo 2024-10-03 07:06:25 +01:00
parent f276670f62
commit 85dd9f0ee1
No known key found for this signature in database
3 changed files with 2 additions and 0 deletions

View File

@ -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

Binary file not shown.

BIN
src/nu.tar.gz Normal file

Binary file not shown.