chore: use bin.tar.gz, change workdir
This commit is contained in:
parent
60b7c4dfee
commit
ba35aef78c
11 changed files with 3 additions and 2 deletions
|
|
@ -78,8 +78,9 @@ RUN set -eux; \
|
|||
rm -f /tmp/restic*;
|
||||
|
||||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||
COPY bin/* /usr/local/bin
|
||||
WORKDIR /etc/webhook
|
||||
COPY bin.tar.gz /tmp
|
||||
RUN tar -C /usr/local/bin xzf /tmp/bin.tar.gz
|
||||
WORKDIR /home/webhook
|
||||
VOLUME ["/etc/webhook"]
|
||||
EXPOSE 9000
|
||||
ENTRYPOINT ["/usr/local/bin/webhook"]
|
||||
|
|
|
|||
BIN
src/bin/nu → src/bin.tar.gz
Executable file → Normal file
BIN
src/bin/nu → src/bin.tar.gz
Executable file → Normal file
Binary file not shown.
BIN
src/bin/mdbook
BIN
src/bin/mdbook
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue