chore: fix tar command
This commit is contained in:
parent
ba35aef78c
commit
4c02ca07cd
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ RUN set -eux; \
|
||||||
|
|
||||||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||||
COPY bin.tar.gz /tmp
|
COPY bin.tar.gz /tmp
|
||||||
RUN tar -C /usr/local/bin xzf /tmp/bin.tar.gz
|
RUN tar -C /usr/local/bin -xvzf /tmp/bin.tar.gz
|
||||||
WORKDIR /home/webhook
|
WORKDIR /home/webhook
|
||||||
VOLUME ["/etc/webhook"]
|
VOLUME ["/etc/webhook"]
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue